Name | Description | |
---|---|---|
C1TopicPage Constructor | Overloaded. |
The following tables list the members exposed by C1TopicPage.
Name | Description | |
---|---|---|
C1TopicPage Constructor | Overloaded. |
Name | Description | |
---|---|---|
Align | Gets or sets the alignment of links on the page. | |
Collapsed | Gets or sets the value indicating whether the page is collapsed or not. | |
ImageIndex | Gets or sets the index of the page title image in the topic bar’s ImageList. | |
ImageList | Gets or sets the ImageList that contains the images shown in page links. | |
Index | Gets the index of this page in the topic bar. | |
Links | Gets the collection of links on the page. | |
PageVisible | Gets or sets the value indicating whether the page is visible. | |
ShowButton | Gets or sets the value indicating whether the expand/collapse button is shown on the page title. | |
SpecialStyle | Gets or sets the value indicating whether the page has a special dark title. | |
Tag | Gets or sets arbitrary data that can be associated with the page. | |
Text | Gets or sets the caption of the page. | |
ToolTipText | Gets or sets the tooltip text for the page. | |
TopicBar | Gets the owner topicbar. | |
WrapText | Gets or sets the value indicating whether wide link texts wrap. |
Name | Description | |
---|---|---|
Collapse | Collapses the page | |
Expand | Expands the page | |
FindLink | Returns the first link with the specified text, or null if such a link does not exist. | |
FindLinkByTag | Returns the first link with the specified value, or null if such a link does not exist. |
Name | Description | |
---|---|---|
OnCollapse | Calls when C1TopicBar page collapsed. | |
OnExpand | Calls when C1TopicBar page expanded. |