'Declaration Public Function New( _ ByVal text As System.String, _ ByVal toolTipText As System.String, _ ByVal imageIndex As System.Integer, _ ByVal tag As System.Object _ )
public C1TopicLink( System.string text, System.string toolTipText, System.int imageIndex, System.object tag )
Parameters
- text
- The text of the link.
- toolTipText
- The tooltip text for the link.
- imageIndex
- The index of the image in the System.Windows.Forms.ImageList.ImageCollection.
- tag
- The arbitrary data that can be associated with the link.