BCGControlBar Library for .NET
AutoRepeatTimesBeforeAccel Property (CommandPanel)




Specifies the number of the autorepeat timer tick before the autorepeat accelerator can change the timer interval.
Syntax
'Declaration
 
Public Overridable Property AutoRepeatTimesBeforeAccel As Integer
'Usage
 
Dim instance As CommandPanel
Dim value As Integer
 
instance.AutoRepeatTimesBeforeAccel = value
 
value = instance.AutoRepeatTimesBeforeAccel
public virtual int AutoRepeatTimesBeforeAccel {get; set;}
public: __property virtual int get_AutoRepeatTimesBeforeAccel();
public: __property virtual void set_AutoRepeatTimesBeforeAccel( 
   int value
);
public:
virtual property int AutoRepeatTimesBeforeAccel {
   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