'Declaration <DescriptionAttribute("A value indicating whether the field is comb.")> <CategoryAttribute("Common")> <DefaultValueAttribute(False)> Public Property IsComb As Boolean
[Description("A value indicating whether the field is comb.")] [Category("Common")] [DefaultValue(False)] public bool IsComb { get; set; }
[Description("A value indicating whether the field is comb.")] [Category("Common")] [DefaultValue(False)] public: __property bool get_IsComb(); public: __property void set_IsComb(
bool value
);
[Description("A value indicating whether the field is comb.")] [Category("Common")] [DefaultValue(False)] public:
property bool IsComb { bool get(); void set(bool value); }
Property Value
True - the field is automatically divided into as many equally spaced positions, or combs, as the value of MaxLength, and the text is laid out into those combs.
false - the field is not divided into combs.
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.
false - the field is not divided into combs.
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.