Sets or returns whether or not the default context menu will be shown.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
public bool ShowDefaultContextMenu { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property ShowDefaultContextMenu As Boolean

Remarks

The default value is True. This menu appears when the user right-clicks the mouse button on the incorrect word during the check typing.

See also MaxMenuSuggests.

See Also