Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule.UI Namespace / BaseTheme Class / TryGetValue Method

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

    Parameters

    key
    item
    See Also