[]
        
(Showing Draft Content)

C1.Win.Input.Base.Views.ITextBoxBaseView

ITextBoxBaseView Interface

Represents the methods and properties of view for C1TextBoxBase class.

Namespace: C1.Win.Input.Base.Views
Assembly: C1.Win.Input.8.dll
Syntax
public interface ITextBoxBaseView : IInputEditorViewBase, ISupportUiaContainer

Properties

Name Description
BorderStyle

Gets or sets the border type of the text box control.

Focused

Gets a value that indicates whether this 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.

Methods

Name Description
GetTextBox()

Gets the TextBox control for this view.

OnGotFocus(EventArgs)

Called by the host control when this Element receives the focus.

OnLostFocus(EventArgs)

Called by the host control when this Element loses the focus.

OnMouseEnter(EventArgs)

Called by the host control when the mouse enters this Element.

OnMouseLeave(EventArgs)

Called by the host control when the mouse leaves this Element.