PPGItem.Name
 
 
 

PPGItem.Name operator

Introduced

v4.0

Description

Returns or sets a String value representing the name of the item. For most controls the name matches the Parameter.ScriptName of the parameter that is inspected by the control. For siControlRGBA this is the name of the parameter that represents the Red Component of the color (see PPGLayout.AddColor).

C# Syntax

// get accessor
String rtn = PPGItem.Name;
// set accessor
PPGItem.Name = String;

See Also

PPGItem.Label Parameter.ScriptName ProjectItem.PPGLayout