Property DefaultKey
DefaultKey
Gets or sets the default key for activating popover menus. The default value is F10 with Shift.
[ConfigurationProperty(Scope = typeof(SettingsScope))]
public static Key DefaultKey { get; set; }
Property Value
Remarks
This is a configuration property that affects all new PopoverMenu instances.