C# Class MetroIde.Dialogs.ControlDialogs.MessageBoxInput

Interaction logic for MessageBoxInput.xaml
Afficher le fichier Open project: ChadSki/Quickbeam Class Usage Examples

Méthodes publiques

Méthode Description
MessageBoxInput ( string title, string message, string placeholder, string regexMatch, string defaultText ) : System.Text.RegularExpressions

Méthodes protégées

Méthode Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Méthode Description
ValidateInput ( ) : void
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnContinue_Click ( object sender, RoutedEventArgs e ) : void
lblPlaceholder_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
txtInput_GotFocus ( object sender, RoutedEventArgs e ) : void
txtInput_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
txtInput_LostFocus ( object sender, RoutedEventArgs e ) : void

Method Details

MessageBoxInput() public méthode

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
Résultat System.Text.RegularExpressions

OnMouseDown() protected méthode

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void