Click or drag to resize

IToolbarWithDropDownMenu.wDropDownMenu Property

Returns the Menu object or null for the specified item. The item can be specified as an index, from 0, or as text.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
IReadOnlyCollection2<IMenu> wDropDownMenu { get; }

Property Value

Type: IReadOnlyCollection2<IMenu>
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also