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






Gets or sets a value that indicates whether the UXThumb moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the slider bar track.

Syntax

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

Remarks

By default when you click the decrease and increase button, UXSliderBar will invoke DecreaseLarge and IncreaseLarge command. Alternatively, you can use IsMoveToPointEnabled property to another behavior where UXThumb will immediately moves to the location of the mouse click when you click on the decrease and increase button. The value of UXSliderBar will be changed based on the position of the UXThumb.

View Copy Code
<Intersoft:UXSliderBar TickPlacement="BottomRight" HandlesVisibility="Visible" IsMoveToPointEnabled="True" />
            

If IsSnapToTickEnabled property is also set to True, the value of UXSliderBar will be adjusted based on the closest tick bar item. In the above sample, if you click on the a position where the value will be set to 4.2, the value of UXSliderBar will be adjusted to the closest tickbar item, which is 4.

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.