SWSVarSelection Members
Properties
Name | Description |
---|---|
CanHaveChildren |
Can control contain arbitrary child controls. Return value: Boolean. This property is read only. |
Children |
Returns the collection of child controls. Return value: SWSCollection. This property is read only. |
CommonSelect |
Get the common select control. Return value: SWSSelect. This property is read only. |
CustomAttributes |
Get/Set custom attributes. Return/assignment value: String. |
DescriptiveName |
Return/Set the control descriptive name. Return/assignment value: String. |
Enabled |
Return/assignment value: Boolean. |
Name |
Return/Set the control name. Return/assignment value: String. |
OnClick |
Return/assignment value: String. |
ParentCollection |
Returns the possible parent collection that holds this control. Return value: SWSCollection. This property is read only. |
Style |
Get/Set button style. Return/assignment value: String. |
Type |
Returns the type of control. Return value: SWSControlType. This property is read only. |
VarNodeCtrl |
Get/Put the varnode control by name. Return value: SWSVarNode. This property is read only. |
VarNodeCtrlAt |
Get the varnode control by index. Return value: SWSVarNode. This property is read only. |
VarNodeCtrlCount |
Get the varnode control count. Return value: Long. This property is read only. |