IToolBarwButtonPos Property |
Returns the position of item on the toolbar, from 0. item is specified by index, from 0, or by name.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<int> wButtonPos { get; }
ReadOnly Property wButtonPos As IReadOnlyEnumCollection2(Of Integer)
Get
Dim instance As IToolBar
Dim value As IReadOnlyEnumCollection2(Of Integer)
value = instance.wButtonPos
property IReadOnlyEnumCollection2<int>^ wButtonPos {
IReadOnlyEnumCollection2<int>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2Int32Exceptions See Also