MetroIde.Dialogs.ControlDialogs.MessageBoxInput.lblPlaceholder_MouseDown C# (CSharp) 메소드

lblPlaceholder_MouseDown() 개인적인 메소드

private lblPlaceholder_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void
        private void lblPlaceholder_MouseDown(object sender, MouseButtonEventArgs e)
        {
            // TODO: hacky thing to give textbox focus on click
        }