Skip to main content
A newer version of this page is available. .

SpellChecker.SetShowSpellCheckMenu(Control, Boolean) Method

Specifies a value that determines whether the command that invokes the spell checker should be added to the control’s drop-down menu.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v19.1.dll

Declaration

public void SetShowSpellCheckMenu(
    Control control,
    bool showSpellCheckMenu
)

Parameters

Name Type Description
control Control

A control for which the option is determined.

showSpellCheckMenu Boolean

true if the spell checker item is present in a context menu; otherwise false.

Remarks

When this parameter is true, an extra menu item is appended to the drop-down menu, invoked when the user right-clicks the control. The SpellCheck menu command calls the spell checker for this control.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SetShowSpellCheckMenu(Control, Boolean) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also