Enum TextBoxDataType
The kind of data a TextBoxAdvanced accepts, used to restrict input to free text, integers, numeric (decimal) or floating-point values.
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public enum TextBoxDataType
Fields
| Name | Description |
|---|---|
| Double | |
| Integer | |
| Numeric | |
| Text |