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: property RasterImage^ SelectUserImage { RasterImage^ get(); void set ( RasterImage^ value); }
The user defined image selection marker is used only when RasterImageList.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.