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

SpellChecker.GetShowSpellCheckMenu(Control) Method

Returns 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.v18.2.dll

Declaration

public bool GetShowSpellCheckMenu(
    Control control
)

Parameters

Name Type Description
control Control

A control which option is determined.

Returns

Type Description
Boolean

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

Remarks

When this parameter is set to true using the SpellChecker.SetShowSpellCheckMenu property method, 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