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