TdxCustomSpellChecker.OnCheckAsYouTypePopup Event
Allows you to perform specific actions after the context menu has been invoked.
Declaration
property OnCheckAsYouTypePopup: TdxSpellCheckerCheckAsYouTypePopupEvent read; write;
Remarks
Sender specifies the spell checker control.
AHandled specifies whether the default context menu is required. Set AHandled parameter to True, to prevent the default context menu from being displayed.
See Also