FindControlItemsCore.AddButton Method
| Name | Parameters | Description |
|---|---|---|
| AddButton(String, String, EventHandler, Nullable<Color>, FontStyle, Image) | name, text, handler, backColor, fontStyleDelta, image | Adds a button with the specified settings. |
| AddButton(String, String, EventHandler) | name, text, handler | Adds a button with the specified settings. |
| AddButton(String) | text | Adds a button with the specified settings. |