CreateButton(IDesignerHost,String,Image,Action) Method
In This Topic
Creates ribbon button with specified parameters.
Syntax
'Declaration
Protected Overloads Function CreateButton( _
ByVal As System.ComponentModel.Design.IDesignerHost, _
ByVal As System.String, _
ByVal As System.Drawing.Image, _
ByVal As System.Action _
) As RibbonButton
protected RibbonButton CreateButton(
System.ComponentModel.Design.IDesignerHost ,
System.string ,
System.Drawing.Image ,
System.Action
)
Parameters
- host
- text
- image
- action
See Also