BCGControlBar Library for .NET
AutoRepeatTimeOut Property (CommandPanel)




Specifies the interval of the autorepeat timer.
Syntax
'Declaration
 
Public Overridable Property AutoRepeatTimeOut As Integer
'Usage
 
Dim instance As CommandPanel
Dim value As Integer
 
instance.AutoRepeatTimeOut = value
 
value = instance.AutoRepeatTimeOut
public virtual int AutoRepeatTimeOut {get; set;}
public: __property virtual int get_AutoRepeatTimeOut();
public: __property virtual void set_AutoRepeatTimeOut( 
   int value
);
public:
virtual property int AutoRepeatTimeOut {
   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