Method SetIsAccessKeyScope
SetIsAccessKeyScope(DependencyObject, bool)
Sets the IsAccessKeyScope attached property value for the specified object
Declaration
public static void SetIsAccessKeyScope(DependencyObject obj, bool value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object to retrieve the value for |
bool | value | Whether the object is an access key scope |