ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework.Html Namespace / HtmlElement Class / ImageDictionary Property

In This Topic
    ImageDictionary Property (HtmlElement)
    In This Topic
    Gets or sets the System.Collections.IDictionary containing image cache.
    Syntax
    'Declaration
     
    Public Property ImageDictionary As System.Collections.IDictionary
    public System.Collections.IDictionary ImageDictionary {get; set;}
    See Also