'Declaration <DescriptionAttribute("A value indicating whether this field is not scrollable.")> <CategoryAttribute("Common")> <DefaultValueAttribute(False)> Public Property IsNotScroll As Boolean
[Description("A value indicating whether this field is not scrollable.")] [Category("Common")] [DefaultValue(False)] public bool IsNotScroll { get; set; }
[Description("A value indicating whether this field is not scrollable.")] [Category("Common")] [DefaultValue(False)] public: __property bool get_IsNotScroll(); public: __property void set_IsNotScroll(
bool value
);
[Description("A value indicating whether this field is not scrollable.")] [Category("Common")] [DefaultValue(False)] public:
property bool IsNotScroll { bool get(); void set(bool value); }
Property Value
True - the field does not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle. Once the field is full, no further text is accepted.
false - the field scrolls (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle.
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 scrolls (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle.
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.