Win32PopupMenu¶
This is generic Win32 popup 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('SomeWin32PopupMenu').GetItemCount()
Action Detail¶
DoClickItem¶
Performs click on an item of this object.
SeS('SomeWin32PopupMenu').DoClickItem(itemName)
Parameters:
Name | Type | Description |
---|---|---|
itemName | string | Name of the item to click |
Returns:
boolean: 'true' if operation was successful, 'false' otherwise