Back to Devexpress

SpellChecker.GetShowSpellCheckMenu(Control) Method

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-dot-getshowspellcheckmenu-x28-system-dot-windows-dot-forms-dot-control-x29.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public bool GetShowSpellCheckMenu(
    Control control
)
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetShowSpellCheckMenu(
    control As Control
) As Boolean

Parameters

NameTypeDescription
controlControl

A control which option is determined.

|

Returns

TypeDescription
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

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace