InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / ColorToWin32 Method

In This Topic
    ColorToWin32 Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ColorToWin32( _
       ByVal c As Color _
    ) As Integer
    public static int ColorToWin32( 
       Color c
    )

    Parameters

    c
    See Also