PowerTCP Emulation for .NET CF
CursorPosition Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : CursorPosition Property




Gets or sets the current cursor position on the Vt contol.

Syntax

Visual Basic (Declaration) 
Public Property CursorPosition As Point
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Point
 
instance.CursorPosition = value
 
value = instance.CursorPosition
C# 
public Point CursorPosition {get; set;}
Managed Extensions for C++ 
public: __property Point get_CursorPosition();
public: __property void set_CursorPosition( 
   Point value
);
C++/CLI 
public:
property Point CursorPosition {
   Point get();
   void set (    Point value);
}

Property Value

A Point value specifying the current cursor position.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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