Class FormTextField
Inheritance
System.Object
FormTextField
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormTextField : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
EditValidation
Gets or sets the type of data validated by the field.
Declaration
public FormEditValidation EditValidation { get; set; }
Property Value
Font
Declaration
public Font Font { get; }
Property Value
Multiline
Declaration
public bool Multiline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Password
Declaration
public bool Password { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Text
Gets or sets the text displayed on the form control.
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
VerticalScrollbar
Gets or sets whether this edit box contains a vertical scrollbar.
Declaration
public bool VerticalScrollbar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements