Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : SelectUserImage Property |
[BrowsableAttribute(false)] public RasterImage SelectUserImage {get; set;}
'Declaration <BrowsableAttribute(False)> Public Property SelectUserImage As RasterImage
'Usage Dim instance As RasterThumbnailBrowser Dim value As RasterImage instance.SelectUserImage = value value = instance.SelectUserImage
[BrowsableAttribute(false)] public RasterImage SelectUserImage {get; set;}
BrowsableAttribute() get_SelectUserImage();
set_SelectUserImage(value);
[BrowsableAttribute(false)] public: property RasterImage^ SelectUserImage { RasterImage^ get(); void set ( RasterImage^ value); }
The user defined image selection marker is used only when ViewStyle is set to RasterImageListViewStyle.Normal. It is ignored in all other styles.
When you set an image into the SelectUserImage, the specified image will be displayed around each selected item.
Normally, you would want to set a transparent color into this image using the RasterImage.Transparent and RasterImage.TransparentColor properties of the Leadtools.RasterImage class.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2