IToolBarwButtonText Property |
Returns the name of the button specified by item, which is the button position, from 0.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection2<string> wButtonText { get; }
ReadOnly Property wButtonText As IReadOnlyEnumCollection2(Of String)
Get
Dim instance As IToolBar
Dim value As IReadOnlyEnumCollection2(Of String)
value = instance.wButtonText
property IReadOnlyEnumCollection2<String^>^ wButtonText {
IReadOnlyEnumCollection2<String^>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollection2StringExceptions See Also