Win32ContextMenu¶
This is generic Win32 context menu. Use DoClickItem to click a particular item from the menu
Extends SeSSimulatedObject
Behavior Pattern: Win32ItemClickable
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
ItemCount | Number of items. | GetItemCount |
Action Summary¶
Action | Description |
---|---|
DoClickItem | Performs click on an item of this object. |
Property Detail¶
ItemCount¶
Number of items.
Type: number
Accessors: GetItemCount
value = SeS('SomeWin32ContextMenu').GetItemCount()
Action Detail¶
DoClickItem¶
Performs click on an item of this object.
SeS('SomeWin32ContextMenu').DoClickItem(itemName)
Parameters:
Name | Type | Description |
---|---|---|
itemName | string | Name of the item to click |
Returns:
boolean: 'true' if operation was successful, 'false' otherwise