LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

EnableRubberBandSelection Property (RasterImageList)






Enables or disables rubber band selection in the RasterImageList.
Syntax
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")]
public bool EnableRubberBandSelection {get; set;}
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")>
Public Property EnableRubberBandSelection As Boolean
'Usage
 
Dim instance As RasterImageList
Dim value As Boolean
 
instance.EnableRubberBandSelection = value
 
value = instance.EnableRubberBandSelection
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")]
public bool EnableRubberBandSelection {get; set;}
CategoryAttribute("Behavior")
DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")
 get_EnableRubberBandSelection();
set_EnableRubberBandSelection(value);
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Enables or disables rubber band selection when the selection mode is set to multi.")]
public:
property bool EnableRubberBandSelection {
   bool get();
   void set (    bool value);
}

Property Value

true to enable rubber band selection; false otherwise.
Remarks
This property is used only if SelectionMode is set to RasterImageListSelectionMode.Multi.
Example
For an example, refer to AutoDeselectItems.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.