PowerTCP Emulation for .NET CF
CursorKeys Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : 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

Visual Basic (Declaration) 
Public Property CursorKeys As CursorKeys
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As CursorKeys
 
instance.CursorKeys = value
 
value = instance.CursorKeys
C# 
public CursorKeys CursorKeys {get; set;}
Managed Extensions for C++ 
public: __property CursorKeys get_CursorKeys();
public: __property void set_CursorKeys( 
   CursorKeys value
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.