Property UsedHotKeys
UsedHotKeys
Gets or sets the set of hotkeys that are already used by labels or should not be used when AssignHotKeys is enabled.
This property is used to ensure that automatically assigned hotkeys do not conflict with hotkeys used elsewhere in the application. Set UsedHotKeys before setting Labels if there are hotkeys that may conflict with other views.
public HashSet<Key> UsedHotKeys { get; set; }