SelectUserImage Property (RasterThumbnailBrowser)

Summary

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

Syntax

C#
C++
[BrowsableAttribute(false)] 
public RasterImage SelectUserImage {get; set;} 
[BrowsableAttribute(false)] 
public: 
property RasterImage^ SelectUserImage { 
   RasterImage^ get(); 
   void set (    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

See Also

Reference

RasterThumbnailBrowser Class

RasterThumbnailBrowser Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.