'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("A value indicating whether this field is multiline.")> <DefaultValueAttribute(False)> Public Property IsMultiline As Boolean
[Category("Common")] [Description("A value indicating whether this field is multiline.")] [DefaultValue(False)] public bool IsMultiline { get; set; }
[Category("Common")] [Description("A value indicating whether this field is multiline.")] [DefaultValue(False)] public: __property bool get_IsMultiline(); public: __property void set_IsMultiline(
bool value
);
[Category("Common")] [Description("A value indicating whether this field is multiline.")] [DefaultValue(False)] public:
property bool IsMultiline { bool get(); void set(bool value); }
Property Value
True - the field can contain multiple lines of text; false - the field's text is restricted to a single line.
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.