ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleBrushSet Class / SetColor Method

In This Topic
    SetColor Method (StyleBrushSet)
    In This Topic
    Sets a Color associated with the specified StyleBrush.
    Syntax
    'Declaration
     
    Public Sub SetColor( _
       ByVal styleBrush As StyleBrush, _
       ByVal color As System.Drawing.Color _
    ) 
    public void SetColor( 
       StyleBrush styleBrush,
       System.Drawing.Color color
    )

    Parameters

    styleBrush
    color
    See Also