Table of Contents

Method AddCharBtnCore

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

ch char

The character to display on the button.

action EventHandler

An 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.