[]
The base C1.Framework.Element that hosts a TextEditorBase control.
public abstract class InputTextBoxElementBase<T> : TextBoxElement where T : IInputEditorViewBase
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| InputTextBoxElementBase(T) | Initializes a new instance of the InputTextBoxElementBase class. |
| Name | Description |
|---|---|
| IsReadOnlyStyle | Returns the actual state ReadOnly of the embedded text box control to correctly define its style. |
| Owner | Gets a owner of this element. |
| PlaceHolderColor | Gets or sets the color of place holder text. |
| ReadOnly | Gets or sets a value indicating whether text in the embedded text box is read-only. |
| Name | Description |
|---|---|
| ApplyStyle() | |
| CreateTextBoxControl() | Creates the embedded text box control. |
| GetElement() | Returns the C1.Framework.Element of this content element. |
| Layout(Graphics) | |
| OnGotFocus(EventArgs) | |
| OnLostFocus(EventArgs) | |
| OnMouseLeave(EventArgs) | |
| UpdateControlBounds() |