C1.Web.Mvc Namespace / InputBase Class
Members

InputBase Class
The base class for all input controls.
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public MustInherit Class InputBase 
   Inherits Control
   Implements ITemplate 
 
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.InputBase
            C1.Web.Mvc.Calendar
            C1.Web.Mvc.ColorPicker
            C1.Web.Mvc.FormInputBase

See Also