KeyboardAccelerator.ScopeOwnerProperty Property

Definition

Identifies the ScopeOwner dependency property.

public:
 static property DependencyProperty ^ ScopeOwnerProperty { DependencyProperty ^ get(); };
static DependencyProperty ScopeOwnerProperty();
public static DependencyProperty ScopeOwnerProperty { get; }
var dependencyProperty = KeyboardAccelerator.scopeOwnerProperty;
Public Shared ReadOnly Property ScopeOwnerProperty As DependencyProperty

Property Value

The identifier for the ScopeOwner dependency property.

Applies to

See also