PowerTCP Emulation for .NET
AutoRepeat Property




Gets or sets a value that determines whether depressed keys generate more than one character.
Syntax
<DefaultValueAttribute()>
Public Property AutoRepeat As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.AutoRepeat = value
 
value = instance.AutoRepeat
[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);
}

Property Value

True if a depressed key should generate more than one character; false if a depressed key should only generate one character. The default value is true.
Remarks

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.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic