IToolBarwIsDropDownButton Property |
Returns true if item behaves as a drop-down list, else, false. The button is specified by item, which is the button position, from 0.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<bool> wIsDropDownButton { get; }
ReadOnly Property wIsDropDownButton As IReadOnlyEnumCollection2(Of Boolean)
Get
Dim instance As IToolBar
Dim value As IReadOnlyEnumCollection2(Of Boolean)
value = instance.wIsDropDownButton
property IReadOnlyEnumCollection2<bool>^ wIsDropDownButton {
IReadOnlyEnumCollection2<bool>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2BooleanExceptions See Also