BCGControlBar Library for .NET
AutoRepeatAccel Property (TrackBarEx)




Specifies the acceleration value. Accelerator defines on how many timer the timer interval will be reduced on timer tick. The accelerator allows to change the velocity of Thumb moving after user click on Channel or Zoom button.
Syntax
'Declaration
 
Public Overrides Property AutoRepeatAccel As Integer
'Usage
 
Dim instance As TrackBarEx
Dim value As Integer
 
instance.AutoRepeatAccel = value
 
value = instance.AutoRepeatAccel
public override int AutoRepeatAccel {get; set;}
public: __property int get_AutoRepeatAccel() override;
public: __property void set_AutoRepeatAccel( 
   int value
) override;
public:
property int AutoRepeatAccel {
   int get() override;
   void set (    int value) override;
}
Remarks
The default value is 2.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TrackBarEx Class
TrackBarEx Members
Base Implementation in AutoRepeatAccel

Send Feedback