C# Class SS.Ynote.Classic.UI.InputWindow

Datei anzeigen Open project: samarjeet27/ynoteclassic Class Usage Examples

Public Methods

Method Description
Focus ( ) : void
InitInput ( string text, GotInputEventHandler handler ) : void

Add a caption

InputWindow ( ) : System

Default Constructor

OnInputEntered ( InputEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

Focus() public method

public Focus ( ) : void
return void

InitInput() public method

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

InputWindow() public method

Default Constructor
public InputWindow ( ) : System
return System

OnInputEntered() public method

public OnInputEntered ( InputEventArgs e ) : void
e InputEventArgs
return void