Creates ribbon 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
Returns
Creates ribbon button with specified parameters.
Declaration
protected RibbonButton CreateButton(IDesignerHost host, string text, Image image, Action action)
Protected Function CreateButton(host As IDesignerHost, text As String, image As Image, action As Action) As RibbonButton
Parameters
Returns