'Declaration <DescriptionAttribute("A value indicating whether this field must not be spell-checked.")> <DefaultValueAttribute(False)> <CategoryAttribute("Common")> Public Property IsDoNotSpellCheck As Boolean
[Description("A value indicating whether this field must not be spell-checked.")] [DefaultValue(False)] [Category("Common")] public bool IsDoNotSpellCheck { get; set; }
[Description("A value indicating whether this field must not be spell-checked.")] [DefaultValue(False)] [Category("Common")] public: __property bool get_IsDoNotSpellCheck(); public: __property void set_IsDoNotSpellCheck(
bool value
);
[Description("A value indicating whether this field must not be spell-checked.")] [DefaultValue(False)] [Category("Common")] public:
property bool IsDoNotSpellCheck { bool get(); void set(bool value); }
Property Value
True - text entered in the field must NOT be spell-checked; false - text entered in the field must be spell-checked.
Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.
Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.