Table of Contents

Method CreateButton

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

CreateButton(string)

Creates a button with the specified text. Override this method to customize button creation.

protected virtual Button CreateButton(string text)

Parameters

text string

The text for the button.

Returns

Button

A Button instance.