[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicPage.-ctor

C1TopicPage Constructor

C1TopicPage()

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage()

C1TopicPage(string)

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage(string text)
Parameters
Type Name Description
string text

The caption of the page.

C1TopicPage(string, string)

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage(string text, string toolTipText)
Parameters
Type Name Description
string text

The caption of the page.

string toolTipText

The tooltip text for the page.

C1TopicPage(string, string, int)

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage(string text, string toolTipText, int imageIndex)
Parameters
Type Name Description
string text

The caption of the page.

string toolTipText

The tooltip text for the page.

int imageIndex

The index of the image in the ImageList.ImageCollection.

C1TopicPage(string, string, int, ImageList)

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage(string text, string toolTipText, int imageIndex, ImageList imageList)
Parameters
Type Name Description
string text

The caption of the page.

string toolTipText

The tooltip text for the page.

int imageIndex

The index of the image in the ImageList.ImageCollection.

ImageList imageList

The ImageList that contains the images shown in page links.

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

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage(string text, string toolTipText, int imageIndex, ImageList imageList, bool collapsed)
Parameters
Type Name Description
string text

The caption of the page.

string toolTipText

The tooltip text for the page.

int imageIndex

The index of the image in the ImageList.ImageCollection.

ImageList imageList

The ImageList that contains the images shown in page links.

bool collapsed

The value indicating whether the page is collapsed or not.

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

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage(string text, string toolTipText, int imageIndex, ImageList imageList, bool collapsed, object value)
Parameters
Type Name Description
string text

The caption of the page.

string toolTipText

The tooltip text for the page.

int imageIndex

The index of the image in the ImageList.ImageCollection.

ImageList imageList

The ImageList that contains the images shown in page links.

bool collapsed

The value indicating whether the page is collapsed or not.

object value

The arbitrary data that can be associated with the page.