BCGControlBar Library for .NET
AutoRepeatAccel Property (CommandPanel)




Specifies how many times less will be the interval of the autorepeat timer on each timer tick.
Syntax
'Declaration
 
Public Overridable Property AutoRepeatAccel As Integer
'Usage
 
Dim instance As CommandPanel
Dim value As Integer
 
instance.AutoRepeatAccel = value
 
value = instance.AutoRepeatAccel
public virtual int AutoRepeatAccel {get; set;}
public: __property virtual int get_AutoRepeatAccel();
public: __property virtual void set_AutoRepeatAccel( 
   int value
);
public:
virtual property int AutoRepeatAccel {
   int get();
   void set (    int value);
}
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

CommandPanel Class
CommandPanel Members

Send Feedback