Field Empty
Represents an empty key binding with no associated keys or actions.
public static readonly KeyBinding Empty
Returns
- KeyBinding
- Represents an empty key binding with no associated keys or actions.
Remarks
This field provides a default, immutable instance of a key binding that can be used to represent the absence of any key binding. It is equivalent to a "null object" pattern for key bindings.