Show / Hide Table of Contents

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
TAMenuOptions

Examples

Show menus by the text cursor. If impossible - in the center of the active window.

tt.MenuOptions = new(PMFlags.ByCaret | PMFlags.WindowCenter);

See Also

popupMenu.caretRectFunc