[]
        
(Showing Draft Content)

C1.Win.Command.C1TopicPage.-ctor

C1TopicPage Constructor

C1TopicPage()

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage()
Public Sub New()

C1TopicPage(string)

Initializes a new instance of the C1TopicPage class.

Declaration
public C1TopicPage(string text)
Public Sub New(text As String)
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)
Public Sub New(text As String, toolTipText As String)
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)
Public Sub New(text As String, toolTipText As String, imageIndex As Integer)
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)
Public Sub New(text As String, toolTipText As String, imageIndex As Integer, imageList As 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)
Public Sub New(text As String, toolTipText As String, imageIndex As Integer, imageList As ImageList, collapsed As Boolean)
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)
Public Sub New(text As String, toolTipText As String, imageIndex As Integer, imageList As ImageList, collapsed As Boolean, value As Object)
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.