ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1CustomButton Class / Note Property

In This Topic
    Note Property
    In This Topic
    Gets or sets the command link's note (explanation).
    Syntax
    'Declaration
     
    
    <LocalizableAttribute(True)>
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("C1CustomButton.Note", "The command link's note (explanation).")>
    <DefaultValueAttribute("")>
    Public Property Note As String
    [Localizable(true)]
    [C1Category("Appearance")]
    [C1Description("C1CustomButton.Note", "The command link's note (explanation).")]
    [DefaultValue("")]
    public string Note {get; set;}
    See Also