LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
EnableRubberBandSelection Property
See Also 
Leadtools.WinForms Namespace > RasterImageList Class : EnableRubberBandSelection Property



Enables or disables rubber band selection in the RasterImageList.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")>
<CategoryAttribute("Behavior")>
Public Property EnableRubberBandSelection As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImageList
Dim value As Boolean
 
instance.EnableRubberBandSelection = value
 
value = instance.EnableRubberBandSelection
C# 
[DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")]
[CategoryAttribute("Behavior")]
public bool EnableRubberBandSelection {get; set;}
C++/CLI 
[DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")]
[CategoryAttribute("Behavior")]
public:
property bool EnableRubberBandSelection {
   bool get();
   void set (    bool value);
}

Property Value

true to enable rubber band selection; false otherwise.

Example

For an example, refer to AutoDeselectItems.

Remarks

This property is used only if SelectionMode is set to RasterImageListSelectionMode.Multi.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also