IWinToolBarwLParam Property |
Returns an application-defined value associated with the button. The button can be specified by its caption, 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 IWinToolBarButtonsCollection2<int> wLParam { get; }
ReadOnly Property wLParam As IWinToolBarButtonsCollection2(Of Integer)
Get
Dim instance As IWinToolBar
Dim value As IWinToolBarButtonsCollection2(Of Integer)
value = instance.wLParam
property IWinToolBarButtonsCollection2<int>^ wLParam {
IWinToolBarButtonsCollection2<int>^ get ();
}
Property Value
Type:
IWinToolBarButtonsCollection2Int32Exceptions See Also