C1.Win.Input.Base.Views Namespace / InputTextBoxElement Class
Properties Methods


InputTextBoxElement Class Members

The following tables list the members exposed by InputTextBoxElement.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the InputTextBoxElement class.  
Top
Public Properties
 NameDescription
Public PropertyReturns the actual state InputTextBoxElementBase<T>.ReadOnly of the embedded text box control to correctly define its style. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public PropertyGets a owner of this element. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public PropertyGets or sets the color of place holder text. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public PropertyGets or sets a value indicating whether text in the embedded text box is read-only. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
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. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public MethodOverloaded. Lays out this element based on its style and contents. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public MethodCalled by the host control when this C1.Framework.Element receives the focus. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public MethodCalled by the host control when this C1.Framework.Element loses the focus. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public MethodCalled by the host control when the mouse leaves this C1.Framework.Element. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Public MethodOverridden. Renders the element into a given rectangle.  
Public MethodUpdates the hosted control bounds to match the element's bounds. (Inherited from C1.Win.Input.Base.Views.InputTextBoxElementBase<ITextBoxBaseView>)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Creates the embedded text box control.  
Top
See Also