ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Theme Class / TryGetValue Method

In This Topic
    TryGetValue Method (Theme)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As System.String, _
       ByRef item As Style _
    ) As System.Boolean
    public System.bool TryGetValue( 
       System.string key,
       out Style item
    )

    Parameters

    key
    item
    See Also