Win32ContextMenu |
Top Previous Next |
This is generic Win32 context menu. Use DoClickItem to click a particular item from the menu Extends SeSSimulatedObject.
Behavior Pattern: Win32ItemClickable
Property Summary
Action Summary
Property Detail
ItemCountNumber of items.
Type: number
Accessors: GetItemCount
Action Detail
DoClickItem(itemName)Performs click on an item of this object.
Parameters:
Returns:
boolean: 'true' if operation was successful, 'false' otherwise
|