C# 클래스 OKHOSTING.UI.Net4.WebForms.Controls.ImageButton

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

상속: System.Web.UI.WebControls.ImageButton, IImageButton
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Raise_Click ( ) : void

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

메소드 상세

LoadFromFile() 공개 메소드

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. ///
리턴 void

LoadFromStream() 공개 메소드

public LoadFromStream ( Stream stream ) : void
stream Stream
리턴 void

LoadFromStream() 공개 메소드

Loads from stream.
public LoadFromStream ( string v ) : void
v string V.
리턴 void

LoadFromUrl() 공개 메소드

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

public LoadFromUrl ( System url ) : void
url System URL.
리턴 void

Raise_Click() 보호된 메소드

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

protected Raise_Click ( ) : void
리턴 void