LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

SelectUserImage Property (RasterThumbnailBrowser)

Show in webframe





Gets or sets a user-defined image to use as the selection marker.
Syntax
[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);
}

Property Value

A user-defined Leadtools.RasterImage to use as the selection marker. Default value is null (Nothing in Visual Basic).
Remarks

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.

Example
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.