Share via


LineDisplayBase.CursorUpdate Property

Definition

If true when characters are displayed using the DisplayText(String) and DisplayTextAt(Int32, Int32, String) methods, then the CursorRow and CursorColumn properties will be updated to point to the character beyond the last character output.

public override bool CursorUpdate { get; set; }
member this.CursorUpdate : bool with get, set
Public Overrides Property CursorUpdate As Boolean

Property Value

Applies to