TelerikRadToolStrip¶
Telerik RadToolStrip.
UI element class: Telerik.WinControls.UI.RadToolStrip
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: TelerikRadToolStripBehavior
Action Summary¶
Action | Description |
---|---|
DoClickItem | Clicks on an item on the ribbon. |
Action Detail¶
DoClickItem¶
Clicks on an item on the ribbon.
SeS('SomeTelerikRadToolStrip').DoClickItem(caption, clickType, xOffset, yOffset)
Parameters:
Name | Type | Description |
---|---|---|
caption | string | Caption of an item to click. |
clickType | string | Type of click, can be one of "L" - left click, "LD" - double left click, "R" - right click, "RD" - double right click, "M" - middle click, "MD" - double middle click, "N" - don't click Possible values: "L", "LD", "R", "RD", "M", "MD", "N" Optional, Default: "L". |
xOffset | number | X offset to click within object. Calculated from the top-left corner. Default is a center. Floating point in the range (-2, 2) means percentage of the width. Optional. |
yOffset | number | Y offset to click within object. Calculated from the top-left corner. Default is a center. Floating point in the range (-2, 2) means percentage of the height. Optional. |
Returns:
boolean: 'true' if success, 'false' otherwise.