Intersoft ClientUI Documentation
IsDragRangeEnabled Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXRangeSliderBar Class : IsDragRangeEnabled Property






Gets or sets whether the selection range can be dragged.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property IsDragRangeEnabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXRangeSliderBar
Dim value As Boolean
 
instance.IsDragRangeEnabled = value
 
value = instance.IsDragRangeEnabled
C# 
[CategoryAttribute("Common Properties")]
public bool IsDragRangeEnabled {get; set;}
Delphi 
public read-write property IsDragRangeEnabled: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set IsDragRangeEnabled : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_IsDragRangeEnabled();
public: __property void set_IsDragRangeEnabled( 
   bool value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property bool IsDragRangeEnabled {
   bool get();
   void set (    bool value);
}

Remarks

In UXRangeSliderBar, the area between the two UXThumb is the selected range of values, indicated by a blue track. By default this track is divided into two, middle increase and middle decrease button area. You can click on these areas to invoke the DecreaseLarge or IncreaseLarge commands.

Alternatively, you can enable another mode in UXRangeSliderBar using IsDragRangeEnabled property, which enables users to move the range selection track. In this mode, the DecreaseLarge and IncreaseLarge commands will not be invoked. You can drag the range selection area and both values of SelectionStart and SelectionEnd properties will be changed.

View Copy Code
<Intersoft:UXRangeSliderBar TickPlacement="BottomRight" HandlesVisibility="Visible" SelectionStart="4" SelectionEnd="7" IsDragRangeEnabled="True" />
            

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.