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

In This Topic
    VsdOffice2007.BtnColors Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal outerBorder As System.Drawing.Color, _
       ByVal innerBorder As System.Drawing.Color, _
       ByVal arrow As System.Drawing.Color, _
       ByVal arrowShadow As System.Drawing.Color, _
       ByVal text As System.Drawing.Color, _
       ByVal selBorderColors() As System.Drawing.Color, _
       ByVal topDownColors() As System.Drawing.Color, _
       ByVal topDownPositions() As System.Single _
    )
    public VsdOffice2007.BtnColors( 
       System.Drawing.Color outerBorder,
       System.Drawing.Color innerBorder,
       System.Drawing.Color arrow,
       System.Drawing.Color arrowShadow,
       System.Drawing.Color text,
       System.Drawing.Color[] selBorderColors,
       System.Drawing.Color[] topDownColors,
       System.float[] topDownPositions
    )

    Parameters

    outerBorder
    innerBorder
    arrow
    arrowShadow
    text
    selBorderColors
    topDownColors
    topDownPositions
    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