C# Class DynamicXaml.MarkupSystem.FocusBehavior

Afficher le fichier Open project: flq/XamlTags

Méthodes publiques

Свойство Type Description
IsFocusedProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetIsFocused ( DependencyObject element ) : bool?
SetIsFocused ( DependencyObject element, bool value ) : void

Private Methods

Méthode Description
FrameworkElementLoaded ( object sender, RoutedEventArgs e ) : void

Sets the focus when the framework element is loaded and ready to receive input.

IsFocusedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Determines whether the value of the dependency property IsFocused has change.

Method Details

GetIsFocused() public static méthode

public static GetIsFocused ( DependencyObject element ) : bool?
element System.Windows.DependencyObject
Résultat bool?

SetIsFocused() public static méthode

public static SetIsFocused ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
Résultat void

Property Details

IsFocusedProperty public_oe static_oe property

Dependency property to focus a frmework element. Will honor an implementation of IHandleFocus
public static DependencyProperty,System.Windows IsFocusedProperty
Résultat System.Windows.DependencyProperty