[]
        
(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)
Protected Function CreateToggleButton(text As String, val As Boolean, action As Action(Of Boolean)) As RibbonToggleButton
Parameters
Type Name Description
string text
bool val
Action<bool> action
Returns
Type Description
RibbonToggleButton