ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1TopicLink Class / C1TopicLink Constructor / C1TopicLink Constructor(String,String)
The text of the link.
The tooltip text for the link.

In This Topic
    C1TopicLink Constructor(String,String)
    In This Topic
    Initializes a new instance of the C1TopicLink class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal toolTipText As System.String _
    )
    public C1TopicLink( 
       System.string text,
       System.string toolTipText
    )

    Parameters

    text
    The text of the link.
    toolTipText
    The tooltip text for the link.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also