IWinListBoxwLParam Property |
Returns the user data associated with the item.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyCollection2<int> wLParam { get; }
ReadOnly Property wLParam As IReadOnlyCollection2(Of Integer)
Get
Dim instance As IWinListBox
Dim value As IReadOnlyCollection2(Of Integer)
value = instance.wLParam
property IReadOnlyCollection2<int>^ wLParam {
IReadOnlyCollection2<int>^ get ();
}
Property Value
Type:
IReadOnlyCollection2Int32Exceptions See Also