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

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1TopicPage Class > C1TopicPage Constructor : C1TopicPage Constructor(String,String,Int32,ImageList,Boolean,Object)
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, _
   ByVal collapsed As System.Boolean, _
   ByVal value As System.Object _
)
public C1TopicPage( 
   System.string text,
   System.string toolTipText,
   System.int imageIndex,
   System.Windows.Forms.ImageList imageList,
   System.bool collapsed,
   System.object value
)

Parameters

text
toolTipText
imageIndex
imageList
collapsed
value
See Also

Reference

C1TopicPage Class
C1TopicPage Members
Overload List