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