C# Класс DynamicXaml.MarkupSystem.FocusBehavior

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsFocusedProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
GetIsFocused ( DependencyObject element ) : bool?
SetIsFocused ( DependencyObject element, bool value ) : void

Приватные методы

Метод Описание
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.

Описание методов

GetIsFocused() публичный статический Метод

public static GetIsFocused ( DependencyObject element ) : bool?
element System.Windows.DependencyObject
Результат bool?

SetIsFocused() публичный статический Метод

public static SetIsFocused ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
Результат void

Описание свойств

IsFocusedProperty публичное статическое свойство

Dependency property to focus a frmework element. Will honor an implementation of IHandleFocus
public static DependencyProperty,System.Windows IsFocusedProperty
Результат System.Windows.DependencyProperty