| Member | Description | |
|---|---|---|
![]() |
Change | Change event that is fired if the value of the control is changed. Only fired when AutoPostBack=true. |
![]() |
ControlSource | The ControlSource binds a value expression to the Text Property by default. |
![]() |
ControlSourceFormat | FoxPro Format String used when a control source is bound to data. Also support a format method. |
![]() |
IsRequired | Determines whether the text box can be left empty. If empty an error is created in the BindindErrors collection |
![]() |
LabelText | Text for a label before the textbox. |
![]() |
Text | The Text property is the key value property for the TextBox. It's the default ControlSource Property as well. |
![]() |
TextMode | Input mode for the TextBox control |