ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / VsdOffice2007.MenuColors Class / VsdOffice2007.MenuColors Constructor

In This Topic
    VsdOffice2007.MenuColors Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal border As System.Drawing.Color, _
       ByVal imageBarArea As System.Drawing.Color, _
       ByVal separator As System.Drawing.Color, _
       ByVal checkBorder As System.Drawing.Color, _
       ByVal checkArea As System.Drawing.Color, _
       ByVal checkMark As System.Drawing.Color, _
       ByVal itemArea As System.Drawing.Color, _
       ByVal itemText As System.Drawing.Color, _
       ByVal submenuArrow As System.Drawing.Color, _
       ByVal captionArea As System.Drawing.Color, _
       ByVal mainArea As System.Drawing.Color, _
       ByVal mainText As System.Drawing.Color, _
       ByVal selBorder() As System.Drawing.Color, _
       ByVal selColors() As System.Drawing.Color, _
       ByVal selPositions() As System.Single _
    )
    public VsdOffice2007.MenuColors( 
       System.Drawing.Color border,
       System.Drawing.Color imageBarArea,
       System.Drawing.Color separator,
       System.Drawing.Color checkBorder,
       System.Drawing.Color checkArea,
       System.Drawing.Color checkMark,
       System.Drawing.Color itemArea,
       System.Drawing.Color itemText,
       System.Drawing.Color submenuArrow,
       System.Drawing.Color captionArea,
       System.Drawing.Color mainArea,
       System.Drawing.Color mainText,
       System.Drawing.Color[] selBorder,
       System.Drawing.Color[] selColors,
       System.float[] selPositions
    )

    Parameters

    border
    imageBarArea
    separator
    checkBorder
    checkArea
    checkMark
    itemArea
    itemText
    submenuArrow
    captionArea
    mainArea
    mainText
    selBorder
    selColors
    selPositions
    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