'宣言 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 )
パラメータ
- text
- リンクのテキスト。
- toolTipText
- リンクのツールチップテキスト。
- imageIndex
- System.Windows.Forms.ImageList.ImageCollection 内の画像のインデックスです。
- tag
- リンクに関連付けることができる任意のデータです。