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