IWinComboBoxwItemLParam Property |
Returns the value specific to the specified 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> wItemLParam { get; }
ReadOnly Property wItemLParam As IReadOnlyCollection2(Of Integer)
Get
Dim instance As IWinComboBox
Dim value As IReadOnlyCollection2(Of Integer)
value = instance.wItemLParam
property IReadOnlyCollection2<int>^ wItemLParam {
IReadOnlyCollection2<int>^ get ();
}
Property Value
Type:
IReadOnlyCollection2Int32Exceptions See Also