Метод | Описание | |
---|---|---|
MessageBoxInput ( string title, string message, string placeholder, string regexMatch, string defaultText ) : System.Text.RegularExpressions |
Метод | Описание | |
---|---|---|
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
Метод | Описание | |
---|---|---|
ValidateInput ( ) : void | ||
btnCancel_Click ( object sender, |
||
btnContinue_Click ( object sender, |
||
lblPlaceholder_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
txtInput_GotFocus ( object sender, |
||
txtInput_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void | ||
txtInput_LostFocus ( object sender, |
public MessageBoxInput ( string title, string message, string placeholder, string regexMatch, string defaultText ) : System.Text.RegularExpressions | ||
title | string | |
message | string | |
placeholder | string | |
regexMatch | string | |
defaultText | string | |
Результат | System.Text.RegularExpressions |
protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
Результат | void |