C# Class MetroIde.Dialogs.ControlDialogs.MessageBoxInput

Interaction logic for MessageBoxInput.xaml
Mostra file Open project: ChadSki/Quickbeam Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method 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 method

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
return System.Text.RegularExpressions

OnMouseDown() protected method

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void