Class DnnFormPasswordItem
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnFormPasswordItem : DnnFormItemBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
DnnFormPasswordItem()
Declaration
public DnnFormPasswordItem()
Properties
ContainerCssClass
Declaration
public string ContainerCssClass { get; set; }
Property Value
Type | Description |
---|---|
string |
TextBoxCssClass
Declaration
public string TextBoxCssClass { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
CreateControlInternal(Control)
Declaration
protected override WebControl CreateControlInternal(Control container)
Parameters
Type | Name | Description |
---|---|---|
Control | container |
Returns
Type | Description |
---|---|
WebControl |
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |