Keyoti RapidSpell Desktop .NET API Docs
ShowSuggestionsContextMenu Property
APIKeyoti.RapidSpellRapidSpellAsYouTypeShowSuggestionsContextMenu
Keyoti RapidSpell Desktop .NET
Whether to show a context menu with suggestions when a misspelt word is right clicked, has no effect on developer set context menu.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool ShowSuggestionsContextMenu { get; set; }
public bool ShowSuggestionsContextMenu { get; set; }
Public Property ShowSuggestionsContextMenu As Boolean
	Get
	Set
Public Property ShowSuggestionsContextMenu As Boolean
	Get
	Set
public:
property bool ShowSuggestionsContextMenu {
	bool get ();
	void set (bool value);
}
public:
property bool ShowSuggestionsContextMenu {
	bool get ();
	void set (bool value);
}
member ShowSuggestionsContextMenu : bool with get, set
member ShowSuggestionsContextMenu : bool with get, set
Property Value
Remarks
When this property is false a context menu with suggestions is NOT shown (any existing developer set context menu is shown). When this property is true a context menu with suggestions is shown when the user's right click is on a misspelt word. A developer set context menu is always shown when a right click is off a misspelt word.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412