
Specifies the context menu which is used when the end-user right-clicks a misspelled word. A context menu is only available when a spell checking component has been connected with the SpellChecker property.
Introduced: 17.0.
[C#]
public string SpellCheckContextMenuStrip { get; set; }
[Visual Basic]
Public Property SpellCheckContextMenuStrip() As String
| Value | Description | |
| (none) | No context menu is displayed when the end-user right-clicks a misspelled word. | |
| (Default) | The TXTextControl built-in context menu is displayed when the end-user right-clicks a misspelled word. | |
| other | The property value must be the name of a user-defined context menu. |