LineDisplay.ClearText Method
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.
Clears the active window by displaying blanks, sets the CursorRow and CursorColumn properties to zero, and then resynchronizes the beginning of the window with the start of the viewport.
public abstract void ClearText ();
abstract member ClearText : unit -> unit
Public MustOverride Sub ClearText ()