Gets or sets whether the cursor is in overwrite-mode or not.
[Visual Basic]Public Shared Property OvrMode As Boolean
[C#]
public static bool OvrMode {get; set;}
Property Value
A boolean value that specifies the mode of the cursor.
Remarks
In overwrite mode, the cursor size will be 50% of the character space instead of 25% in normal mode
See Also
ConsoleAttributes Class | ConsoleAttributes Members | Org.Mentalis.Utilities.ConsoleAttributes Namespace