[]
        
(Showing Draft Content)

C1.Win.Command.C1TopicLink.-ctor

C1TopicLink Constructor

Initializes a new instance of the C1TopicLink class.

Declaration
public C1TopicLink()
Public Sub New()

Initializes a new instance of the C1TopicLink class.

Declaration
public C1TopicLink(string text)
Public Sub New(text As String)
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)
Public Sub New(text As String, toolTipText As String)
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)
Public Sub New(text As String, toolTipText As String, imageIndex As Integer)
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)
Public Sub New(text As String, toolTipText As String, imageIndex As Integer, tag As Object)
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.