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

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