C# Class WpfWatermarkTextBox.Behaviors.KeyboardFocusBehavior

Datei anzeigen Open project: pwlodek/CodeGallery

Public Properties

Property Type Description
IsFocusedProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsFocused ( UIElement obj ) : bool
SetIsFocused ( UIElement obj, bool value ) : void

Private Methods

Method Description
OnIsFocusedChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetIsFocused() public static method

public static GetIsFocused ( UIElement obj ) : bool
obj System.Windows.UIElement
return bool

SetIsFocused() public static method

public static SetIsFocused ( UIElement obj, bool value ) : void
obj System.Windows.UIElement
value bool
return void

Property Details

IsFocusedProperty public_oe static_oe property

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