C# 클래스 SS.Ynote.Classic.UI.InputWindow

파일 보기 프로젝트 열기: samarjeet27/ynoteclassic 1 사용 예제들

공개 메소드들

메소드 설명
Focus ( ) : void
InitInput ( string text, GotInputEventHandler handler ) : void

Add a caption

InputWindow ( ) : System

Default Constructor

OnInputEntered ( InputEventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

tbInput_KeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

InitInput() 공개 메소드

Add a caption
public InitInput ( string text, GotInputEventHandler handler ) : void
text string
handler GotInputEventHandler
리턴 void

InputWindow() 공개 메소드

Default Constructor
public InputWindow ( ) : System
리턴 System

OnInputEntered() 공개 메소드

public OnInputEntered ( InputEventArgs e ) : void
e InputEventArgs
리턴 void