C# 클래스 MetroIde.Dialogs.ControlDialogs.MessageBoxInput

Interaction logic for MessageBoxInput.xaml
파일 보기 프로젝트 열기: ChadSki/Quickbeam 1 사용 예제들

공개 메소드들

메소드 설명
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, 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

메소드 상세

MessageBoxInput() 공개 메소드

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

OnMouseDown() 보호된 메소드

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