[]
Represents a topic bar link.
public class C1TopicLink
Name | Description |
---|---|
C1TopicLink() | Initializes a new instance of the C1TopicLink class. |
C1TopicLink(string) | Initializes a new instance of the C1TopicLink class. |
C1TopicLink(string, string) | Initializes a new instance of the C1TopicLink class. |
C1TopicLink(string, string, int) | Initializes a new instance of the C1TopicLink class. |
C1TopicLink(string, string, int, object) | Initializes a new instance of the C1TopicLink class. |
Name | Description |
---|---|
Enabled | Gets or sets the value indicating whether the link is enabled. |
ImageIndex | Gets or sets the index of the link image in the ImageList of the page. |
Index | Index of this link in the topic page. |
Pressed | Gets or sets the value indicating whether the link was pressed. |
Tag | Gets or sets arbitrary data that can be associated with the link. |
Text | Gets or sets the text of the link. |
ToolTipText | Gets or sets the tooltip text for the link. |
TopicBar | Gets the owner topicbar. |
TopicPage | Gets the owner topicpage. |
Visible | Gets or sets the value indicating whether the link is visible. |