C# 클래스 Xwt.Button

상속: Xwt.Widget
파일 보기 프로젝트 열기: antmicro/xwt 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Button System

공개 메소드들

메소드 설명
Button ( Image img ) : System
Button ( Image img, string label ) : System
Button ( string label ) : System

보호된 메소드들

메소드 설명
CreateBackendHost ( ) : BackendHost
OnClicked ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Button ( ) : System

메소드 상세

Button() 공개 메소드

public Button ( Image img ) : System
img Image
리턴 System

Button() 공개 메소드

public Button ( Image img, string label ) : System
img Image
label string
리턴 System

Button() 공개 메소드

public Button ( string label ) : System
label string
리턴 System

CreateBackendHost() 보호된 메소드

protected CreateBackendHost ( ) : BackendHost
리턴 BackendHost

OnClicked() 보호된 메소드

protected OnClicked ( EventArgs e ) : void
e EventArgs
리턴 void