ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / StyleColorSet Class / GetBrush Method

In This Topic
    GetBrush Method
    In This Topic
    Returns a Brush associated with the specified StyleColor.
    Syntax
    'Declaration
     
    Public Function GetBrush( _
       ByVal styleColor As StyleColor _
    ) As System.Drawing.Brush
    public System.Drawing.Brush GetBrush( 
       StyleColor styleColor
    )

    Parameters

    styleColor
    See Also