[]
        
(Showing Draft Content)

C1.Win.Chart.Ribbon.ChartRibbonMenu.CreateButton

CreateButton Method

CreateButton(string, Image, Action)

Create a button with specified parameters.

Declaration
protected RibbonButton CreateButton(string text, Image image, Action action)
Protected Function CreateButton(text As String, image As Image, action As Action) As RibbonButton
Parameters
Type Name Description
string text
Image image
Action action
Returns
Type Description
RibbonButton