[]
Represents the TextBox holder API.
public interface ITextBoxHolder
Public Interface ITextBoxHolder
| Name | Description |
|---|---|
| DataBindings | |
| DisplayFormat | Gets the format used to display the value when the control is in display mode. |
| EditFormat | Gets the format used to display the value when the control is in edit mode (has input focus and is not read-only). |
| Enabled | Gets a value indicating whether the control can respond to user interaction. |
| ErrorInfo | Gets a settings affecting error handling in the control. |
| IsDesignMode | Gets a value that indicates whether the Component is currently in design mode. |
| IsDisposed | |
| ParseInfo | Gets a settings affecting parsing, that is, converting the string entered by the user to the data type. |
| PostValidation | Gets a validation rules applied after parsing, that is, after converting the string entered by the user to the DataType (typed validation). |
| PreValidation | Gets the validation rules applied before parsing, that is, before converting the string entered by the user to the DataType (raw string validation). |
| Visible | Gets a value indicating whether the control and all its child controls are displayed. |
| Name | Description |
|---|---|
| InternalWndProc(ref Message) | The edits window procedure of internal text editor. Inheriting classes can override this to add extra functionality. |
| RaiseCustomButtonClick(EventArgs) | Raises the CustomButtonClick event. |
| RaiseDataTypeChanged(EventArgs) | Raises the DataTypeChanged event. |
| RaiseModalButtonClick(EventArgs) | Raises the ModalButtonClick event. |
| RaiseUpDownButtonClick(UpDownButtonClickEventArgs) | Raises the UpDownButtonClick event. |
| RaiseValidationError(ValidationErrorEventArgs) | Raises the ValidationError event. |
| RaiseValueChanged(EventArgs) | Raises the ValueChanged event. |
| SetEnabled(bool) | Sets the value to the Enabled property. |