Property AutotextTriggers.MenuOptions
Overload
Options for menus shown by AutotextTriggerArgs.Menu and AutotextTriggerArgs.Confirm. Used for triggers added afterwards.
public TAMenuOptions MenuOptions { get; set; }
Property Value
Examples
Show menus by the text cursor. If impossible - in the center of the active window.
tt.MenuOptions = new(PMFlags.ByCaret | PMFlags.WindowCenter);