IWinToolBarwIsSeparatorButton Property |
Returns true if the item is a separator; else, false. The item can be specified by its caption, identifier, or position on the control (from 0), if ByPosition is set to true.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IWinToolBarButtonsCollection2<bool> wIsSeparatorButton { get; }
ReadOnly Property wIsSeparatorButton As IWinToolBarButtonsCollection2(Of Boolean)
Get
Dim instance As IWinToolBar
Dim value As IWinToolBarButtonsCollection2(Of Boolean)
value = instance.wIsSeparatorButton
property IWinToolBarButtonsCollection2<bool>^ wIsSeparatorButton {
IWinToolBarButtonsCollection2<bool>^ get ();
}
Property Value
Type:
IWinToolBarButtonsCollection2BooleanExceptions See Also