Dart.Emulation Namespace > Vt Class : AutoRepeat Property |
<DefaultValueAttribute()> Public Property AutoRepeat As Boolean
[DefaultValue()] public bool AutoRepeat {get; set;}
[DefaultValue()] public: __property bool get_AutoRepeat(); public: __property void set_AutoRepeat( bool value );
[DefaultValue()] public: property bool AutoRepeat { bool get(); void set ( bool value); }
When set to false, only a single character is generated when a key is depressed; otherwise, multiple characters are generated until the key is released.
If data is received from the host which causes this property to change, the AutoRepeatChanged event is raised.