ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ToolTipSettings Class / Images Property

In This Topic
    Images Property
    In This Topic
    Gets a collection of images that may be shown in the tooltips.
    Syntax
    'Declaration
     
    Public ReadOnly Property Images As C1.Win.C1SuperTooltip.ImageCollection
    public C1.Win.C1SuperTooltip.ImageCollection Images {get;}
    See Also