Table of Contents

Class IconButton

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
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

bool

CommandArgument

public string CommandArgument { get; set; }

Property Value

string

CommandName

public string CommandName { get; set; }

Property Value

string

ConfirmText

public string ConfirmText { get; set; }

Property Value

string

OnClientClick

public string OnClientClick { get; set; }

Property Value

string

PostBackUrl

public string PostBackUrl { get; set; }

Property Value

string

ValidationGroup

public string ValidationGroup { get; set; }

Property Value

string

Methods

Render(HtmlTextWriter)

protected override void Render(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter

Events

Click

public event EventHandler Click

Event Type

EventHandler

Command

public event CommandEventHandler Command

Event Type

CommandEventHandler