C1.Web.Mvc Namespace / FormInputBase Class
Members

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

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.InputBase
            C1.Web.Mvc.FormInputBase
               C1.Web.Mvc.DropDown
               C1.Web.Mvc.InputMask
               C1.Web.Mvc.InputNumber

See Also