[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicPage

C1TopicPage Class

Summary description for CTopicPage.

Inheritance
C1TopicPage
Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public class C1TopicPage

Constructors

Name Description
C1TopicPage()

Initializes a new instance of the C1TopicPage class.

C1TopicPage(string)

Initializes a new instance of the C1TopicPage class.

C1TopicPage(string, string)

Initializes a new instance of the C1TopicPage class.

C1TopicPage(string, string, int)

Initializes a new instance of the C1TopicPage class.

C1TopicPage(string, string, int, ImageList)

Initializes a new instance of the C1TopicPage class.

C1TopicPage(string, string, int, ImageList, bool)

Initializes a new instance of the C1TopicPage class.

C1TopicPage(string, string, int, ImageList, bool, object)

Initializes a new instance of the C1TopicPage class.

Properties

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.

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.

Methods

Name Description
Collapse()

Collapses the page

Expand()

Expands the page

Returns the first link with the specified text, or null if such a link does not exist.

FindLinkByTag(object)

Returns the first link with the specified value, or null if such a link does not exist.

OnCollapse()

Calls when C1TopicBar page collapsed.

OnExpand()

Calls when C1TopicBar page expanded.