AccelLabel
Description:
public AccelLabel (
string label,
string? accel_string =
null)
Creates a new AccelLabel from a label and an accelerator string
Parameters:
label |
displayed to the user as the menu item name
|
accel |
an accelerator label like “<Control>a” or “<Super>Right”
|