IMenuItemPosition Property |
Returns the item's position (index) in the menu.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property Position As Integer
Get
Dim instance As IMenuItem
Dim value As Integer
value = instance.Position
property int Position {
int get ();
}
Property Value
Type:
Int32Exceptions See Also