SWSSelect Members
Functions
| Name | Description |
|---|---|
| CopyFrom | Copy from one select to another. |
| InsertAfter | Add an item; Index 0 = insert at beginning; Can use very large number as Index for appending at end. Return value: Long. |
| Remove | - |
| Select | Select multiple items. |
| SelectAll | Set/Clear selection on all items. |
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. |
| Count | Return value: Long. 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. |
| Item | Return/assignment value: String. |
| MaxSel | Return/assignment value: Long. |
| MinSel | Return/assignment value: Long. |
| Multiple | 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. |
| Selected | Get/Set selection of a single item. Return/assignment value: Boolean. |
| SelectedCount | Get count of selected items. Return value: Long. 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. |
| Value | Return/assignment value: String. |
| ViewSize | Return/assignment value: Long. |
Subtopics