C# 클래스 OKHOSTING.UI.Net4.WPF.Controls.Button

It is a control that represents a button. Es un control que representa un boton.

상속: System.Windows.Controls.Button, IButton
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Button ( ) : System

Initializes a new instance of the OKHOSTING.UI.Xamarin.Forms.Controls.Button class. Inicializa una nueva instancia de la clase OKHOSTING.UI.Xamarin.Forms.Controls.Button.

IDisposable ( ) : void

The identifier dispose. El identificador dispose.

보호된 메소드들

메소드 설명
OnClick ( ) : void

Raises the click. Es el evento que proboca el clic.

메소드 상세

Button() 공개 메소드

Initializes a new instance of the OKHOSTING.UI.Xamarin.Forms.Controls.Button class. Inicializa una nueva instancia de la clase OKHOSTING.UI.Xamarin.Forms.Controls.Button.

public Button ( ) : System
리턴 System

IDisposable() 공개 메소드

The identifier dispose. El identificador dispose.

public IDisposable ( ) : void
리턴 void

OnClick() 보호된 메소드

Raises the click. Es el evento que proboca el clic.

protected OnClick ( ) : void
리턴 void