LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

SelectUserImage Property (RasterThumbnailBrowser)






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 RasterImage SelectUserImage {get; set;}
BrowsableAttribute()
 get_SelectUserImage();
set_SelectUserImage(value);
[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 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: 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

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.