ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1ScrollBar.Style 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