Метод | Описание | |
---|---|---|
ACATTryoutForm ( ) : System |
Initializes an instance of hte class
|
|
OnButtonActuated ( Widget widget ) : void |
Triggered when a widget is actuated.
|
|
OnPause ( ) : void |
Pauses animation
|
|
OnResume ( ) : void |
Resumes animation
|
|
OnRunCommand ( string command, bool &handled ) : void |
Runs the specified command
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
WndProc ( Message &m ) : void |
Window proc.
|
Метод | Описание | |
---|---|---|
ACATTryoutForm_FormClosing ( object sender, FormClosingEventArgs e ) : void |
Form is closing. Release resources
|
|
ACATTryoutForm_Load ( object sender, EventArgs e ) : void |
Form has been loaded. Start animation
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
TextBoxEntryOnTextChanged ( object sender, EventArgs eventArgs ) : void |
Something changed in the text box. Check if the user typed the word successfuly, if so, clear the word and restart animation
|
|
buttonSave_Click ( object sender, EventArgs e ) : void |
Event handler to save settings
|
|
buttonSteppingTimeDecrease_Click ( object sender, EventArgs e ) : void |
Make scanning slower
|
|
buttonSteppingTimeIncrease_Click ( object sender, EventArgs e ) : void |
Make scanning faster
|
|
clearTextBox ( ) : void |
Clears the text box
|
|
resumeAnimationAsync ( ) : void |
Asynchronously resumes animation
|
|
setNextWord ( ) : void |
Picks the next word from the list and displays it as the prompt for the user
|
|
updateToolbar ( ) : void |
Updates toolbar with current status
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public OnButtonActuated ( Widget widget ) : void | ||
widget | Widget | Which one triggered? |
Результат | void |
public OnRunCommand ( string command, bool &handled ) : void | ||
command | string | command to execute |
handled | bool | was it handled? |
Результат | void |
protected WndProc ( Message &m ) : void | ||
m | Message | window message |
Результат | void |