IMenuItemIsSeparator Property |
Returns true if the menu item is a separator. Else – false.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax bool IsSeparator { get; }
ReadOnly Property IsSeparator As Boolean
Get
Dim instance As IMenuItem
Dim value As Boolean
value = instance.IsSeparator
property bool IsSeparator {
bool get ();
}
Property Value
Type:
BooleanExceptions See Also