Class DnnImageButton
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnImageButton : ImageButton, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IPostBackEventHandler, IButtonControl
Constructors
DnnImageButton()
Declaration
public DnnImageButton()
Properties
IconKey
Declaration
public string IconKey { get; set; }
Property Value
Type | Description |
---|---|
string |
IconSize
Declaration
public string IconSize { get; set; }
Property Value
Type | Description |
---|---|
string |
IconStyle
Declaration
public string IconStyle { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |