Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / CreateSolidBrush Method


In This Topic
    CreateSolidBrush Method
    In This Topic
    The CreateSolidBrush method.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateSolidBrush( _
       ByVal color As Integer _
    ) As IntPtr
    'Usage
     
    
    Dim color As Integer
    Dim value As IntPtr
     
    value = VisualStyle.CreateSolidBrush(color)
    public static IntPtr CreateSolidBrush( 
       int color
    )

    Parameters

    color
    See Also