ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Style Class / BrushFromColor Method

In This Topic
    BrushFromColor Method (Style)
    In This Topic
    Returns new System.Drawing.SolidBrush if specified color is not System.Drawing.Color.Transparent or null otherwise.
    Syntax
    'Declaration
     
    Public Shared Function BrushFromColor( _
       ByVal color As System.Drawing.Color _
    ) As System.Drawing.Brush
    public static System.Drawing.Brush BrushFromColor( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also