Class IconButton
public class IconButton : Icon, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IButtonControl, IPostBackEventHandler, IHasConfirmText
- Inheritance
-
IconButton
- Implements
- Inherited Members
Constructors
IconButton()
public IconButton()
Properties
CausesValidation
public bool CausesValidation { get; set; }
Property Value
CommandArgument
public string CommandArgument { get; set; }
Property Value
CommandName
public string CommandName { get; set; }
Property Value
ConfirmText
public string ConfirmText { get; set; }
Property Value
OnClientClick
public string OnClientClick { get; set; }
Property Value
PostBackUrl
public string PostBackUrl { get; set; }
Property Value
ValidationGroup
public string ValidationGroup { get; set; }
Property Value
Methods
Render(HtmlTextWriter)
protected override void Render(HtmlTextWriter writer)
Parameters
writerHtmlTextWriter
Events
Click
public event EventHandler Click
Event Type
Command
public event CommandEventHandler Command