InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1ScrollBar.Style Namespace / StyleColorSet Class / GetBrush Method

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

    Parameters

    styleColor
    See Also