FlexChart | ComponentOne
C1.Win.FlexChart.Toolbar.4.8 Assembly / C1.Win.Chart.Ribbon Namespace / ChartRibbonMenu Class / CreateToggleButton Method

In This Topic
    CreateToggleButton Method (ChartRibbonMenu)
    In This Topic
    Create toggle button with specified parameters.
    Syntax
    'Declaration
     
    Protected Function CreateToggleButton( _
       ByVal text As System.String, _
       ByVal val As System.Boolean, _
       ByVal action As System.Action(Of Boolean) _
    ) As RibbonToggleButton
    protected RibbonToggleButton CreateToggleButton( 
       System.string text,
       System.bool val,
       System.Action<bool> action
    )

    Parameters

    text
    val
    action
    See Also