PowerTCP Emulation for .NET
CursorKeys Property




Gets or sets a value that determines whether the cursor keys send ANSI cursor control sequences (up, down, left, right) or application control sequences.
Syntax
<DefaultValueAttribute()>
Public Property CursorKeys As CursorKeys
Dim instance As Vt
Dim value As CursorKeys
 
instance.CursorKeys = value
 
value = instance.CursorKeys
[DefaultValue()]
public CursorKeys CursorKeys {get; set;}
[DefaultValue()]
public: __property CursorKeys get_CursorKeys();
public: __property void set_CursorKeys( 
   CursorKeys value
);
[DefaultValue()]
public:
property CursorKeys CursorKeys {
   CursorKeys get();
   void set (    CursorKeys value);
}

Property Value

A CursorKeys value. The default value is CursorKeys.Normal.
Remarks

If data is received from the host which causes this property to change, the CursorKeysChanged 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