[]
        
(Showing Draft Content)

C1.Win.C1Command.C1TopicLink.-ctor

C1TopicLink Constructor

Initializes a new instance of the C1TopicLink class.

Declaration
public C1TopicLink()

Initializes a new instance of the C1TopicLink class.

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

The text of the link to assign.

Initializes a new instance of the C1TopicLink class.

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

The text of the link.

string toolTipText

The tooltip text for the link.

Initializes a new instance of the C1TopicLink class.

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

The text of the link.

string toolTipText

The tooltip text for the link.

int imageIndex

The index of the image in the ImageList.ImageCollection.

Initializes a new instance of the C1TopicLink class.

Declaration
public C1TopicLink(string text, string toolTipText, int imageIndex, object tag)
Parameters
Type Name Description
string text

The text of the link.

string toolTipText

The tooltip text for the link.

int imageIndex

The index of the image in the ImageList.ImageCollection.

object tag

The arbitrary data that can be associated with the link.