FlexChart | ComponentOne
C1.Win.FlexChart.Toolbar.8 Assembly / C1.Win.Chart.Ribbon Namespace / ChartRibbonMenu Class / CreateButton Method

In This Topic
    CreateButton Method (ChartRibbonMenu)
    In This Topic
    Create a button with specified parameters.
    Syntax
    'Declaration
     
    Protected Function CreateButton( _
       ByVal text As System.String, _
       ByVal image As System.Drawing.Image, _
       ByVal action As System.Action _
    ) As RibbonButton
    protected RibbonButton CreateButton( 
       System.string text,
       System.Drawing.Image image,
       System.Action action
    )

    Parameters

    text
    image
    action
    See Also