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 |
Property Value
true to enable rubber band selection; false otherwise.
Example
Remarks
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