Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.SpellChecker

#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.

See Also