Méthode | Description | |
---|---|---|
NameWindow ( ) : System | ||
NameWindow ( int maxLength ) : System | ||
NameWindow ( string text ) : System | ||
NameWindow ( string text, int maxLength ) : System |
Méthode | Description | |
---|---|---|
OnInitialized ( |
Méthode | Description | |
---|---|---|
Window_Loaded ( object sender, |
||
_cancelButton_Click ( object sender, |
||
_okButton_Click ( object sender, |
||
_textBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
public NameWindow ( int maxLength ) : System | ||
maxLength | int | |
Résultat | System |
public NameWindow ( string text, int maxLength ) : System | ||
text | string | |
maxLength | int | |
Résultat | System |
protected OnInitialized ( |
||
e | ||
Résultat | void |