PowerTCP Emulation for .NET
CursorStyle Property




Gets or sets a value which indicates the cursor style.
Syntax
<DefaultValueAttribute()>
Public Property CursorStyle As CursorStyle
Dim instance As Vt
Dim value As CursorStyle
 
instance.CursorStyle = value
 
value = instance.CursorStyle
[DefaultValue()]
public CursorStyle CursorStyle {get; set;}
[DefaultValue()]
public: __property CursorStyle get_CursorStyle();
public: __property void set_CursorStyle( 
   CursorStyle value
);
[DefaultValue()]
public:
property CursorStyle CursorStyle {
   CursorStyle get();
   void set (    CursorStyle value);
}

Property Value

A CursorStyle value. The default value is CursorStyle.Block.
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