InputPanel for WinForms | ComponentOne
C1.Win.5 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 String, _
       ByRef c As Color _
    ) As Boolean
    public static bool TryColorFromString( 
       string v,
       out Color c
    )

    Parameters

    v
    c
    See Also