ComponentOne Ribbon for WinForms
RibbonAppMenuTab Constructor(String,Image,Image)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonAppMenuTab Class > RibbonAppMenuTab Constructor : RibbonAppMenuTab Constructor(String,Image,Image)
The initial value for the Text property.
The initial value for the RibbonItem.SmallImage property.
The initial value for the RibbonItem.LargeImage property.
Creates a new instance of RibbonAppMenuTab.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal smallImage As System.Drawing.Image, _
   ByVal largeImage As System.Drawing.Image _
)
public RibbonAppMenuTab( 
   System.string text,
   System.Drawing.Image smallImage,
   System.Drawing.Image largeImage
)

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

Reference

RibbonAppMenuTab Class
RibbonAppMenuTab Members
Overload List