Method AddCharBtnCore
AddCharBtnCore(char, EventHandler?)
Creates and adds a button representing the specified character to the interface.
public virtual SpeedButton AddCharBtnCore(char ch, EventHandler? action = null)
Parameters
chcharThe character to display on the button.
actionEventHandlerAn optional event handler that is invoked when the button is clicked. If null, no action is assigned.
Returns
- SpeedButton
A SpeedButton instance representing the added character button.