Class CommandButton
Inheritance
CommandButton
Assembly: DotNetNuke.dll
public class CommandButton : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer
Constructors
Declaration
Properties
Declaration
public string ButtonSeparator { get; set; }
Property Value
Declaration
public bool CausesValidation { get; set; }
Property Value
Declaration
public string CommandArgument { get; set; }
Property Value
Declaration
public string CommandName { get; set; }
Property Value
Declaration
public bool DisplayIcon { get; set; }
Property Value
Declaration
public bool DisplayLink { get; set; }
Property Value
Declaration
public string IconKey { get; set; }
Property Value
Declaration
public string IconSize { get; set; }
Property Value
Declaration
public string IconStyle { get; set; }
Property Value
Declaration
public string ImageUrl { get; set; }
Property Value
Declaration
public string LocalResourceFile { get; set; }
Property Value
Declaration
public string OnClick { get; set; }
Property Value
Declaration
public string OnClientClick { get; set; }
Property Value
Declaration
public string ResourceKey { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Declaration
public string ToolTipKey { get; set; }
Property Value
Declaration
public string ValidationGroup { get; set; }
Property Value
Methods
Declaration
protected override void CreateChildControls()
Overrides
Declaration
protected virtual void OnButtonClick(EventArgs e)
Parameters
Declaration
protected virtual void OnCommand(CommandEventArgs e)
Parameters
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Overrides
Declaration
protected void RaiseImageClick(object sender, ImageClickEventArgs e)
Parameters
RegisterForPostback()
Declaration
public void RegisterForPostback()
Events
Declaration
public event EventHandler Click
Event Type
Declaration
public event CommandEventHandler Command
Event Type
Implements
Extension Methods