[]
Initializes a new instance of the C1TopicPage class.
public C1TopicPage()
Initializes a new instance of the C1TopicPage class.
public C1TopicPage(string text)
Type | Name | Description |
---|---|---|
string | text | The caption of the page. |
Initializes a new instance of the C1TopicPage class.
public C1TopicPage(string text, string toolTipText)
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)
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)
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)
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)
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. |