InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabelBase Class / Images Property

In This Topic
    Images Property (C1SuperLabelBase)
    In This Topic
    Gets a collection of images that may be shown in the label.
    Syntax
    'Declaration
     
    Public Property Images As ImageCollection
    public ImageCollection Images {get; set;}
    See Also