IWinListViewwImage Property |
Returns the item image.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IListViewCollection<Image> wImage { get; }
ReadOnly Property wImage As IListViewCollection(Of Image)
Get
Dim instance As IWinListView
Dim value As IListViewCollection(Of Image)
value = instance.wImage
property IListViewCollection<Image^>^ wImage {
IListViewCollection<Image^>^ get ();
}
Property Value
Type:
IListViewCollectionImageExceptions See Also