C1.Win.Input.Base.Views Namespace / ITextBoxBaseView Interface

In This Topic
ITextBoxBaseView Interface Methods
In This Topic

For a list of all members of this type, see ITextBoxBaseView members.

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