C# 클래스 AntTweakBar.Button

An AntTweakBar button, which can be clicked.
상속: Variable
파일 보기 프로젝트 열기: TomCrypto/AntTweakBar.NET 1 사용 예제들

공개 메소드들

메소드 설명
Button ( Bar bar, EventHandler clicked = null, String def = null ) : System

Creates a new button in a given bar.

OnClicked ( EventArgs e ) : void

Raises the Clicked event.

ToString ( ) : String

비공개 메소드들

메소드 설명
Callback ( IntPtr clientData ) : void

Called by AntTweakBar when the user clicks on the button.

InitButton ( Variable var, String id ) : void

Initialization delegate, which creates the button.

메소드 상세

Button() 공개 메소드

Creates a new button in a given bar.
public Button ( Bar bar, EventHandler clicked = null, String def = null ) : System
bar Bar The bar to create the button in.
clicked EventHandler A handler to call when the button is clicked.
def String An optional definition string for the new button.
리턴 System

OnClicked() 공개 메소드

Raises the Clicked event.
public OnClicked ( EventArgs e ) : void
e System.EventArgs
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String