IWinListViewwStateImage Property |
Returns the item state 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> wStateImage { get; }
ReadOnly Property wStateImage As IListViewCollection(Of Image)
Get
Dim instance As IWinListView
Dim value As IListViewCollection(Of Image)
value = instance.wStateImage
property IListViewCollection<Image^>^ wStateImage {
IListViewCollection<Image^>^ get ();
}
Property Value
Type:
IListViewCollectionImageExceptions See Also