←Select platform

SelectUserImage Property (RasterThumbnailBrowser)

Summary

Gets or sets a user-defined image to use as the selection marker.

Syntax

C#
VB
C++
[BrowsableAttribute(false)] 
public Leadtools.RasterImage SelectUserImage {get; set;} 
  
<BrowsableAttribute(False)> 
Public Property SelectUserImage As Leadtools.RasterImage 
[BrowsableAttribute(false)] 
public: 
property Leadtools.RasterImage^ SelectUserImage { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 

Property Value

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

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly