Property | Type | Description | |
---|---|---|---|
IsFocusedProperty | DependencyProperty |
Method | Description | |
---|---|---|
GetIsFocused ( DependencyObject obj ) : bool | ||
SetIsFocused ( DependencyObject obj, bool value ) : void |
Method | Description | |
---|---|---|
OnIsFocusedPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
public static GetIsFocused ( DependencyObject obj ) : bool | ||
obj | DependencyObject | |
return | bool |
public static SetIsFocused ( DependencyObject obj, bool value ) : void | ||
obj | DependencyObject | |
value | bool | |
return | void |