Base abstract class for all C1WebInput controls.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LicenseProviderAttribute]
[ParseChildrenAttribute(true)]
[DefaultPropertyAttribute("Text")]
[DesignerAttribute("C1.Web.UI.Design.C1InputDesigner, C1.Web.UI.Design.2")]
[DefaultEventAttribute("TextChanged")]
public abstract class C1InputBase : C1ThemeableControl, 
	IPostBackDataHandler, IPostBackEventHandler, IC1UrlResolutionService, INamingContainer
Visual Basic (Declaration)
<LicenseProviderAttribute> _
<ParseChildrenAttribute(True)> _
<DefaultPropertyAttribute("Text")> _
<DesignerAttribute("C1.Web.UI.Design.C1InputDesigner, C1.Web.UI.Design.2")> _
<DefaultEventAttribute("TextChanged")> _
Public MustInherit Class C1InputBase _
	Inherits C1ThemeableControl _
	Implements IPostBackDataHandler, IPostBackEventHandler, IC1UrlResolutionService, INamingContainer

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1ThemeableControl
        C1.Web.UI.Controls.C1Input..::..C1InputBase
          C1.Web.UI.Controls.C1Input..::..C1MaskedInput

See Also