'Declaration <DescriptionAttribute("A value indicating whether the suggest menu of spell check manager is enabled.")> <DefaultValueAttribute(True)> <CategoryAttribute("SpellCheckManager")> Public Property SpellCheckManagerSuggestMenuEnabled As Boolean
[Description("A value indicating whether the suggest menu of spell check manager is enabled.")] [DefaultValue(True)] [Category("SpellCheckManager")] public bool SpellCheckManagerSuggestMenuEnabled { get; set; }
[Description("A value indicating whether the suggest menu of spell check manager is enabled.")] [DefaultValue(True)] [Category("SpellCheckManager")] public: __property bool get_SpellCheckManagerSuggestMenuEnabled(); public: __property void set_SpellCheckManagerSuggestMenuEnabled(
bool value
);
[Description("A value indicating whether the suggest menu of spell check manager is enabled.")] [DefaultValue(True)] [Category("SpellCheckManager")] public:
property bool SpellCheckManagerSuggestMenuEnabled { bool get(); void set(bool value); }
Property Value
Default value is UnderlineType.Wave.