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 Spell
Introduced: 17.0.
public string SpellCheckContextMenuStrip { get; set; }
Public Property SpellCheckContextMenuStrip() As String
Member | Description |
---|---|
(none) | No context menu is displayed when the end-user right-clicks a misspelled word. |
(Default) | The TXText |
other | The property value must be the name of a user-defined context menu. |