ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Theme Class / Dictionary Property

In This Topic
    Dictionary Property (Theme)
    In This Topic
    Syntax
    'Declaration
     
    Protected ReadOnly Property Dictionary As System.Collections.Generic.IDictionary(Of TKey,TItem)
    protected System.Collections.Generic.IDictionary<TKey,TItem> Dictionary {get;}
    See Also