IWinToolBarwButtonText Property |
Returns the caption of a toolbar button. The button can be specified by its identifier or position on the control (from 0), if ByPosition is set to true.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IWinToolBarButtonsCollection<string> wButtonText { get; }
ReadOnly Property wButtonText As IWinToolBarButtonsCollection(Of String)
Get
Dim instance As IWinToolBar
Dim value As IWinToolBarButtonsCollection(Of String)
value = instance.wButtonText
property IWinToolBarButtonsCollection<String^>^ wButtonText {
IWinToolBarButtonsCollection<String^>^ get ();
}
Property Value
Type:
IWinToolBarButtonsCollectionStringExceptions See Also