ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / TopicPageStyle Class / TopicPageStyle Constructor
The normal title.
The mouse over title.
The pressed title.
The background color.
The border color.

In This Topic
    TopicPageStyle Constructor
    In This Topic
    Initializes a new instance of the TopicPageStyle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal normalTitle As TopicPageCaptionStyle, _
       ByVal mouseOverTitle As TopicPageCaptionStyle, _
       ByVal pressedTitle As TopicPageCaptionStyle, _
       ByVal backgroundColor As System.Drawing.Color, _
       ByVal borderColor As System.Drawing.Color _
    )
    public TopicPageStyle( 
       TopicPageCaptionStyle normalTitle,
       TopicPageCaptionStyle mouseOverTitle,
       TopicPageCaptionStyle pressedTitle,
       System.Drawing.Color backgroundColor,
       System.Drawing.Color borderColor
    )

    Parameters

    normalTitle
    The normal title.
    mouseOverTitle
    The mouse over title.
    pressedTitle
    The pressed title.
    backgroundColor
    The background color.
    borderColor
    The border color.
    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