ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Framework Namespace / CompositeIconRenderer Class / IconRenderers Property

In This Topic
    IconRenderers Property
    In This Topic
    Gets the list of IconRenderer that will be rendered.
    Syntax
    'Declaration
     
    Public ReadOnly Property IconRenderers As System.Collections.Generic.List(Of IconRenderer)
    public System.Collections.Generic.List<IconRenderer> IconRenderers {get;}
    See Also