[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeCollection

C1ThemeCollection Class

Represents a collection of C1Theme objects, keyed by their names.

Inheritance
C1ThemeCollection
Namespace: C1.Win.Themes
Assembly: C1.Win.Themes.8.dll
Syntax
public class C1ThemeCollection : KeyedCollection<string, C1Theme>, IList<C1Theme>, ICollection<C1Theme>, IList, ICollection, IReadOnlyList<C1Theme>, IReadOnlyCollection<C1Theme>, IEnumerable<C1Theme>, IEnumerable

Constructors

Name Description
C1ThemeCollection()

Methods

Name Description
GetKeyForItem(C1Theme)

Gets the key for a specified theme.

TryGetValue(string, out C1Theme)

Retrieves a theme by its name.