TreeView for WinForms | ComponentOne
C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / Images Property

In This Topic
    Images Property (C1SuperTooltipBase)
    In This Topic
    Gets a collection of images that may be shown in tooltips.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ST.Images", "Gets a collection of images that may be shown in tooltips.")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <C1CategoryAttribute("Appearance")>
    Public ReadOnly Property Images As ImageCollection
    [C1Description("ST.Images", "Gets a collection of images that may be shown in tooltips.")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [C1Category("Appearance")]
    public ImageCollection Images {get;}
    See Also