TryGetValue Method (C1ThemeCollection)
Retrieves a theme by its name.
'Declaration
Public Function TryGetValue( _
ByVal As System.String, _
ByRef As C1Theme _
) As System.Boolean
public System.bool TryGetValue(
System.string ,
out C1Theme
)
Parameters
- key
- The name of the theme to get.
- theme
- OUT: the theme with the specified name, or null if none could be found.
Return Value
True if the theme was found, false otherwise.