InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / CreateSolidBrush Method / CreateSolidBrush(Int32) Method

In This Topic
    CreateSolidBrush(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateSolidBrush( _
       ByVal crColor As Integer _
    ) As IntPtr
    public static IntPtr CreateSolidBrush( 
       int crColor
    )

    Parameters

    crColor
    See Also