ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / C1CompositeIcon Class / Icons Property

In This Topic
    Icons Property (C1CompositeIcon)
    In This Topic
    Gets the list of icons that will be rendered.
    Syntax
    'Declaration
     
    Public ReadOnly Property Icons As System.Collections.ObjectModel.ObservableCollection(Of C1Icon)
    public System.Collections.ObjectModel.ObservableCollection<C1Icon> Icons {get;}
    See Also