IWinListViewGroupTitleImage Property |
Returns the group’s title image. (Windows Vista only).
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
SyntaxImage TitleImage { get; }ReadOnly Property TitleImage As Image
Get
Dim instance As IWinListViewGroup
Dim value As Image
value = instance.TitleImage
property Image^ TitleImage {
Image^ get ();
}Property Value
Type:
Image
Exceptions
See Also