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

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