[]
Initializes a new instance of the C1TopicPage class.
public C1TopicPage()
Public Sub New()
Initializes a new instance of the C1TopicPage class.
public C1TopicPage(string text)
Public Sub New(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | The caption of the page. |
Initializes a new instance of the C1TopicPage class.
public C1TopicPage(string text, string toolTipText)
Public Sub New(text As String, toolTipText As String)
| Type | Name | Description |
|---|---|---|
| string | text | The caption of the page. |
| string | toolTipText | The tooltip text for the page. |
Initializes a new instance of the C1TopicPage class.
public C1TopicPage(string text, string toolTipText, int imageIndex)
Public Sub New(text As String, toolTipText As String, imageIndex As Integer)
| 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. |
Initializes a new instance of the C1TopicPage class.
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)
| 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. |
Initializes a new instance of the C1TopicPage class.
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)
| 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. |
Initializes a new instance of the C1TopicPage class.
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)
| 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. |