C# Class dbz.UIComponents.CustomControls.LabelTextBox

Inheritance: System.Windows.Controls.TextBox
ファイルを表示 Open project: earlnuclear/DanbooruBrowser

Public Properties

Property Type Description
LabelProperty System.Windows.DependencyProperty

Public Methods

Method Description
HideLabel ( ) : void
LabelTextBox ( ) : System.Windows

Protected Methods

Method Description
OnGotFocus ( RoutedEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void

Private Methods

Method Description
SetLabel ( ) : void

Method Details

HideLabel() public method

public HideLabel ( ) : void
return void

LabelTextBox() public method

public LabelTextBox ( ) : System.Windows
return System.Windows

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void
e System.Windows.Controls.TextChangedEventArgs
return void

Property Details

LabelProperty public_oe static_oe property

public static DependencyProperty,System.Windows LabelProperty
return System.Windows.DependencyProperty