RibbonButton Constructor(String,Image,Image)
In This Topic
Creates a new instance of
RibbonButton.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Drawing.Image, _
ByVal As System.Drawing.Image _
)
public RibbonButton(
System.string ,
System.Drawing.Image ,
System.Drawing.Image
)
Parameters
- text
- The initial value for the Text property.
- smallImage
- The initial value for the RibbonItem.SmallImage property.
- largeImage
- The initial value for the RibbonItem.LargeImage property.
See Also