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

It represents a button with a background image Representa un boton con una imagen de fondo

Inheritance: System.Web.UI.WebControls.ImageButton, IImageButton
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoadFromFile ( string filePath ) : void

Loads from file. Carga la imagen del control desde una ruta de archivo.

LoadFromStream ( Stream stream ) : void
LoadFromStream ( string v ) : void

Loads from stream.

LoadFromUrl ( System url ) : void

Loads from URL. Carga la imagen desde una direccion de internet.

Méthodes protégées

Méthode Description
Raise_Click ( ) : void

Raises the click. Es donde se proboca el evento clic.

Method Details

LoadFromFile() public méthode

Loads from file. Carga la imagen del control desde una ruta de archivo.

public LoadFromFile ( string filePath ) : void
filePath string File path. /// La ruta del archivo. ///
Résultat void

LoadFromStream() public méthode

public LoadFromStream ( Stream stream ) : void
stream Stream
Résultat void

LoadFromStream() public méthode

Loads from stream.
public LoadFromStream ( string v ) : void
v string V.
Résultat void

LoadFromUrl() public méthode

Loads from URL. Carga la imagen desde una direccion de internet.

public LoadFromUrl ( System url ) : void
url System URL.
Résultat void

Raise_Click() protected méthode

Raises the click. Es donde se proboca el evento clic.

protected Raise_Click ( ) : void
Résultat void