Specify the source of the key binding

C# | Visual Basic | Visual C++ |
public enum KeyBindingSource
Public Enumeration KeyBindingSource
public enum class KeyBindingSource

Member | Description |
---|---|
ParentWindow |
The key binding is associated with the parent Window.
|
Application |
The key binding is associated with the whole Application.
|