LineDisplayBase.CursorUpdate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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