BarItemCollection.AddCustomButton Method
| Name | Parameters | Description |
|---|---|---|
| AddCustomButton(Int32, String, Func<Task>) | index, text, click | Adds a custom button to the specified position in the bar item collection. |
| AddCustomButton(String, Func<Task>) | text, click | Adds a custom button to the end of the bar item collection. |