[]
Initializes a new instance of the C1TopicLink class.
public C1TopicLink()
Initializes a new instance of the C1TopicLink class.
public C1TopicLink(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the link to assign. |
Initializes a new instance of the C1TopicLink class.
public C1TopicLink(string text, string toolTipText)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the link. |
| string | toolTipText | The tooltip text for the link. |
Initializes a new instance of the C1TopicLink class.
public C1TopicLink(string text, string toolTipText, int imageIndex)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the link. |
| string | toolTipText | The tooltip text for the link. |
| int | imageIndex | The index of the image in the ImageList.ImageCollection. |
Initializes a new instance of the C1TopicLink class.
public C1TopicLink(string text, string toolTipText, int imageIndex, object tag)
| Type | Name | Description |
|---|---|---|
| string | text | The text of the link. |
| string | toolTipText | The tooltip text for the link. |
| int | imageIndex | The index of the image in the ImageList.ImageCollection. |
| object | tag | The arbitrary data that can be associated with the link. |