Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / ITextBoxBaseView Interface
Properties Methods

In This Topic
    ITextBoxBaseView Interface Members
    In This Topic

    The following tables list the members exposed by ITextBoxBaseView.

    Public Properties
     NameDescription
     PropertyGets the buttons settings of input editor. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets the editor element that hosted on the view. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets a collection with additional input editor icons. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets or sets the value indicating whether the floating placeholder is enabled. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets a value that indicates whether this C1.Framework.Element has the focus.  
     PropertyGets or sets how text is aligned in a C1.Win.Input.C1TextBox control.  
     PropertyGets or sets the icon of input editor. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets or sets the alignment of the image. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets a value indicating whether the view can respond to user interaction. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets or sets a value that indicates need draws a red dotted line if Value is empty or not.  
     PropertyGets or sets the textual place holder, that is displayed by C1.Win.Input.C1TextBox to prompt the user for information. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     PropertyGets or sets a value indicating whether text in the text box is read-only.  
     PropertyGets or sets the vertical alignment of the content in the control.  
    Top
    Public Methods
     NameDescription
     MethodApplies the style to this view. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     MethodChanges the value of the enabled state for buttons (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     MethodReturns the C1.Framework.Element of this content element. (Inherited from C1.Win.Input.Base.Views.IInputEditorViewBase)
     MethodGets the System.Windows.Forms.TextBox control for this view.  
     MethodCalled by the host control when this C1.Framework.Element receives the focus.  
     MethodCalled by the host control when this C1.Framework.Element loses the focus.  
     MethodCalled by the host control when the mouse enters this C1.Framework.Element.  
     MethodCalled by the host control when the mouse leaves this C1.Framework.Element.  
    Top
    See Also