Name | Description | |
---|---|---|
Comb | Gets or sets a value indicating whether the field is automatically divided into as many equally spaced positions as the value of MaxLength. | |
DefaultValue | Gets or sets a value indicating the default value of the field. | |
DoNotScroll | Gets or sets a value indicating whether the field will scroll to accommodate text. If set to 'no', once the field is full, no further text is accepted. NOTE: ImageGear .NET does not currently adhere to the behavior of this property. It is available for read and write for exporting purposes. | |
DoNotSpellCheck | Gets or sets a value indicating whether the text entered in the field is spell-checked. | |
FileSelect | Gets or sets a value indicating whether the text entered in the field represents the pathname of a file whose contents are to be submitted as the value of the field. | |
MaxLength | Gets or sets the maximum length of the text in the textfield. A value of -1 indicates no specified maximum length. Note that any length text entries are still accepted. The text is only truncated by most viewer applications during view time. | |
MultiLine | Gets or sets a value indicating whether the text may span more than one line. | |
Password | Gets or sets a value indicating whether entered text appears obfucated or as plain text. | |
RichText | Gets or sets a value indicating whether the value of the field is a rich text string. | |
RichTextValue | Gets or sets the value of the rich text string. | |
Value | Gets or sets the text value of the field. If RichText is set, this is the flat (non-formatted) text version of the RichTextValue property. |
Is this page helpful?
Yes
No