[]
Represents the methods and properties of view for C1TextBoxBase class.
public interface ITextBoxBaseView : IInputEditorViewBase, ISupportUiaContainer
| Name | Description |
|---|---|
| BorderStyle | Gets or sets the border type of the text box control. |
| Focused | Gets a value that indicates whether this C1.Framework.Element has the focus. |
| HorizontalAlignment | Gets or sets how text is aligned in a C1TextBox control. |
| MarkEmpty | Gets or sets a value that indicates need draws a red dotted line if Value is empty or not. |
| ReadOnly | Gets or sets a value indicating whether text in the text box is read-only. |
| VerticalAlignment | Gets or sets the vertical alignment of the content in the control. |
| Name | Description |
|---|---|
| GetTextBox() | Gets the TextBox control for this view. |
| OnGotFocus(EventArgs) | Called by the host control when this C1.Framework.Element receives the focus. |
| OnLostFocus(EventArgs) | Called by the host control when this C1.Framework.Element loses the focus. |
| OnMouseEnter(EventArgs) | Called by the host control when the mouse enters this C1.Framework.Element. |
| OnMouseLeave(EventArgs) | Called by the host control when the mouse leaves this C1.Framework.Element. |