InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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 Color _
    ) 
    public void SetColor( 
       StyleBrush styleBrush,
       Color color
    )

    Parameters

    styleBrush
    color
    See Also