'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
- The caption of the page.
- toolTipText
- The tooltip text for the page.
- imageIndex
- The index of the image in the System.Windows.Forms.ImageList.ImageCollection.
- imageList
- The ImageList that contains the images shown in page links.