Gets or sets a user-defined image to use as the selection marker.
[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^ );
}
A user-defined Leadtools.RasterImage to use as the selection marker. Default value is null (Nothing in VB).
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET