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.

Syntax

public string SpellCheckContextMenuStrip { get; set; }
Public Property SpellCheckContextMenuStrip() As String

Members

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