Skip to content

TelerikRadDropDownButton

Telerik RadDropDownButton.

UI element class: Telerik.WinControls.UI.RadDropDownButton

Extends ManagedButton

Extends SeSSimulatedObject

Behavior Pattern: TelerikDropDownButtonBehavior

Action Summary

Action Description
DoMenu Performs click on the menu item.

Action Detail

DoMenu

Performs click on the menu item.

SeS('SomeTelerikRadDropDownButton').DoMenu(path, separator)

Parameters:

Name Type Description
path string Path from the menu root to a leaf item with components delimited by separator parameter.
separator string Separator character. Possible values: ";", ",", "\", "/"
Optional, Default: ";".

Returns:

boolean: 'true' if success, 'false' otherwise.