ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / C1Colors Class / TryColorFromString Method

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

    Parameters

    v
    c
    See Also