Property DefaultKey
DefaultKey
Gets or sets the default key for activating popover menus. The default value is F10 with Shift.
public static Key DefaultKey { get; set; }
Property Value
Remarks
This is a configuration property that affects all new PopoverMenu instances. Setting it overrides the configured value; the override survives theme switches and configuration re-application (Current is wholesale-replaced on each apply, so a value written there would silently revert).