'Declaration <DescriptionAttribute("A value indicating whether text entered in the field can be edited.")> <CategoryAttribute("Common")> <DefaultValueAttribute(False)> Public Property IsEdit As Boolean
[Description("A value indicating whether text entered in the field can be edited.")] [Category("Common")] [DefaultValue(False)] public bool IsEdit { get; set; }
[Description("A value indicating whether text entered in the field can be edited.")] [Category("Common")] [DefaultValue(False)] public: __property bool get_IsEdit(); public: __property void set_IsEdit(
bool value
);
[Description("A value indicating whether text entered in the field can be edited.")] [Category("Common")] [DefaultValue(False)] public:
property bool IsEdit { bool get(); void set(bool value); }
Property Value
true - the combo box includes an editable text box as well as a drop-down list; false - the combo box includes only a drop-down list.
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.