ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1ScrollBar.Style Namespace / StyleBrushSet Class / GetBrush Method

In This Topic
    GetBrush Method (StyleBrushSet)
    In This Topic
    Gets a Brush associated with the specified StyleBrush.
    Syntax
    'Declaration
     
    Public Function GetBrush( _
       ByVal styleBrush As StyleBrush, _
       ByVal brushRect As System.Drawing.Rectangle _
    ) As System.Drawing.Brush
    public System.Drawing.Brush GetBrush( 
       StyleBrush styleBrush,
       System.Drawing.Rectangle brushRect
    )

    Parameters

    styleBrush
    brushRect
    See Also