[]
        
(Showing Draft Content)

C1.Win.Chart.Ribbon.ChartRibbonMenu.CreateToggleButton

CreateToggleButton Method

CreateToggleButton(string, bool, Action<bool>)

Create toggle button with specified parameters.

Declaration
protected RibbonToggleButton CreateToggleButton(string text, bool val, Action<bool> action)
Parameters
Type Name Description
string text
bool val
Action<bool> action
Returns
Type Description
RibbonToggleButton