ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / TopicLinkStyle Class / TopicLinkStyle Constructor
The font to assign.
The forecolor to assign.

In This Topic
    TopicLinkStyle Constructor
    In This Topic
    Initializes a new instance of the TopicLinkStyle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As System.Drawing.Font, _
       ByVal foreColor As System.Drawing.Color _
    )
    public TopicLinkStyle( 
       System.Drawing.Font font,
       System.Drawing.Color foreColor
    )

    Parameters

    font
    The font to assign.
    foreColor
    The forecolor to assign.
    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