ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / C1Colors Class / TryGetColorByName Method

In This Topic
    TryGetColorByName Method (C1Colors)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function TryGetColorByName( _
       ByVal name As System.String, _
       ByRef v As System.Drawing.Color _
    ) As System.Boolean
    public static System.bool TryGetColorByName( 
       System.string name,
       out System.Drawing.Color v
    )

    Parameters

    name
    v
    See Also