Method CreateButton
CreateButton(string)
Creates a button with the specified text. Override this method to customize button creation.
protected virtual Button CreateButton(string text)
Parameters
textstringThe text for the button.
Returns
- Button
A
Buttoninstance.