TUM.CMS.VplControl.Core.SearchTextBox.OnGotFocus C# (CSharp) Method

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void
        protected override void OnGotFocus(RoutedEventArgs e)
        {
            base.OnGotFocus(e);
            if (!HasText)
                LabelText = "";
        }
    }