| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1CustomButton Class : Text Property |
<C1DescriptionAttribute("Specifies the button text or the command link's command text.")>
<C1CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
Public Property Text As String
Dim instance As C1CustomButton Dim value As String instance.Text = value value = instance.Text
[C1Description("Specifies the button text or the command link's command text.")]
[C1Category("Appearance")]
[DefaultValue()]
[Localizable(true)]
public string Text {get; set;}
[C1Description("Specifies the button text or the command link's command text.")]
[C1Category("Appearance")]
[DefaultValue()]
[Localizable(true)]
public:
property String^ Text {
String^ get();
void set ( String^ value);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2