InputPanel for WinForms | ComponentOne
C1.Win.5 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 IDictionary
    public IDictionary ImageDictionary {get; set;}
    See Also