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




Gets or sets a value which indicates the cursor style.

Syntax

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

Property Value

A CursorStyle value. The default value is CursorStyle.Block.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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