ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1Thumbnail Class / Tooltip Property

In This Topic
    Tooltip Property (C1Thumbnail)
    In This Topic
    Gets or sets a tooltip associated with the thumbnail image.
    Syntax
    'Declaration
     
    
    <LocalizableAttribute(True)>
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1Thumbnail.Tooltip", "Tooltip associated with the thumbnail image.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property Tooltip As String
    [Localizable(true)]
    [DefaultValue("")]
    [C1Description("C1Thumbnail.Tooltip", "Tooltip associated with the thumbnail image.")]
    [NotifyParentProperty(true)]
    public string Tooltip {get; set;}
    See Also