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

In This Topic
    InputTextBoxElementBase<T> Class
    In This Topic
    The base C1.Framework.Element that hosts a C1.Win.Input.Base.Editors.TextEditorBase control.
    Syntax
    'Declaration
     
    
    Public MustInherit Class InputTextBoxElementBase(Of T As IInputEditorViewBase) 
       Inherits C1.Framework.TextBoxElement
    public abstract class InputTextBoxElementBase<T> : C1.Framework.TextBoxElement 
    where T: IInputEditorViewBase
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
                C1.Win.Input.Base.Views.InputTextBoxElementBase<T>
                   C1.Win.Input.Base.Views.InputTextBoxElement

    See Also