LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

EnableRubberBandSelection Property (RasterThumbnailBrowser)

Show in webframe





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

            

            
[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.
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

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.