Свойство | Type | Description | |
---|---|---|---|
textBox1 | System.Windows.Forms.TextBox |
Méthode | Description | |
---|---|---|
FormKeyboard ( String title, String startText, System.Boolean inputEnabled, |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
button_Click ( object sender, EventArgs e ) : void | ||
button_Enter ( object sender, EventArgs e ) : void | ||
button_KeyDown ( object sender, KeyEventArgs e ) : void | ||
button_Leave ( object sender, EventArgs e ) : void | ||
button_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void | ||
buttonsToLower ( ) : void | ||
buttonsToUpper ( ) : void | ||
textBox1_KeyDown ( object sender, KeyEventArgs e ) : void | ||
textBox1_KeyPress ( object sender, KeyPressEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public FormKeyboard ( String title, String startText, System.Boolean inputEnabled, |
||
title | String | |
startText | String | |
inputEnabled | System.Boolean | |
allKeys | ||
Résultat | System |