Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ToolTipSettings Class / Images Property

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