MSComList |
Top Previous Next |
Extends ActiveXObject. Extends SeSSimulatedObject.
Behavior Pattern: MSComCtlListView20Behavior
Property Summary
Action Summary
Property Detail
ItemCheckedCheck if item is checked.
Getter Parameters:
Type: boolean
Accessors: GetItemChecked
ItemCountNumber of items.
Type: number
Accessors: GetItemCount
ItemSelectedCheck if item is selected.
Getter Parameters:
Type: boolean
Accessors: GetItemSelected
Action Detail
DoCheckItem(nameCaptionIndex, bCheck)Checks items of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
DoClickItem(nameCaptionIndex, clickType, xOffset, yOffset)Clicks the specified item
Parameters:
Returns:
boolean: 'true' if successful, 'false' otherwise
DoSelectItem(nameCaptionIndex, bSelect)Selects items of this object. First it clears existing selection.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|