Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class
Properties Methods


In This Topic
    InputTextBoxElementBase<T> Class Members
    In This Topic

    The following tables list the members exposed by InputTextBoxElementBase<T>.

    Public Properties
     NameDescription
    Public PropertyReturns the actual state ReadOnly of the embedded text box control to correctly define its style.  
    Public PropertyGets a owner of this element.  
    Public PropertyGets or sets the color of place holder text.  
    Public PropertyGets or sets a value indicating whether text in the embedded text box is read-only.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Copies style attributes from the element to the hosted control.  
    Public MethodReturns the C1.Framework.Element of this content element.  
    Public MethodOverloaded. Overridden. Lays out this element based on its style and contents.  
    Public MethodOverridden. Called by the host control when this C1.Framework.Element receives the focus.  
    Public MethodOverridden. Called by the host control when this C1.Framework.Element loses the focus.  
    Public MethodOverridden. Called by the host control when the mouse leaves this C1.Framework.Element.  
    Public MethodOverridden. Updates the hosted control bounds to match the element's bounds.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Creates the embedded text box control.  
    Top
    See Also