ComponentOne Menus and Toolbars for WinForms
C1TopicPage Constructor(String,String,Int32,ImageList)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1TopicPage Class > C1TopicPage Constructor : C1TopicPage Constructor(String,String,Int32,ImageList)
Initializes a new instance of the C1TopicPage class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal toolTipText As System.String, _
   ByVal imageIndex As System.Integer, _
   ByVal imageList As System.Windows.Forms.ImageList _
)
public C1TopicPage( 
   System.string text,
   System.string toolTipText,
   System.int imageIndex,
   System.Windows.Forms.ImageList imageList
)

Parameters

text
toolTipText
imageIndex
imageList
See Also

Reference

C1TopicPage Class
C1TopicPage Members
Overload List