C# Class OKHOSTING.UI.Net4.WebForms.Controls.LabelButton

It is a control that represents a single button with a text label Es un control que representa un boton sencillo con una etiqueta de texto

Inheritance: System.Web.UI.WebControls.LinkButton, ILabelButton
Show file Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description

Protected Methods

Method Description
Raise_Click ( ) : void

Raises the click.

Method Details

Raise_Click() protected method

Raises the click.
protected Raise_Click ( ) : void
return void