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

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

    Parameters

    styleBrush
    brush
    See Also