←Select platform

EnableRubberBandSelection Property (RasterThumbnailBrowser)

Summary

Enables or disables rubber band selection in the RasterImageList.

Syntax

C#
VB
C++
public bool EnableRubberBandSelection {get; set;} 
Public Property EnableRubberBandSelection As Boolean 
public: 
property bool EnableRubberBandSelection { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable rubber band selection; false otherwise. true is the default value.

Remarks

This property is used only if SelectionMode is set to RasterImageListSelectionMode.Multi. If thes property value is set to true when bring up a context menu using right-click, the selection will be lost.

Example

For an example, refer to AutoDeselectItems.

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