Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : EnableRubberBandSelection Property |
[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); }