C1.Win.FlexChart.Toolbar.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
 

Parameters

text
val
action
See Also