[]
Create toggle button with specified parameters.
protected RibbonToggleButton CreateToggleButton(string text, bool val, Action<bool> action)
Protected Function CreateToggleButton(text As String, val As Boolean, action As Action(Of Boolean)) As RibbonToggleButton
| Type | Name | Description |
|---|---|---|
| string | text | |
| bool | val | |
| Action<bool> | action |
| Type | Description |
|---|---|
| RibbonToggleButton |