Table of Contents

Property ForceInlinePosition

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

ForceInlinePosition

Gets or sets an override for the initial cursor position used in Inline mode. When set (non-null) before Run<TRunnable>(Func<Exception, bool>?, string?), this value is used instead of querying the terminal via ANSI CPR. Useful for testing inline mode at specific cursor positions. The Y component specifies the terminal row; X is reserved for future use.

Point? ForceInlinePosition { get; set; }

Property Value

Point?