GrapeCity MultiRow Windows Forms Documentation
ButtonText Property (PopupCell)


Gets or sets the text in the pop-up button.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the text of the pop up button.")>
<LocalizableAttribute(True)>
Public Property ButtonText As String
Dim instance As PopupCell
Dim value As String
 
instance.ButtonText = value
 
value = instance.ButtonText
[DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates the text of the pop up button.")]
[Localizable(true)]
public string ButtonText {get; set;}

Property Value

A System.String value that represents the text in the pop-up button. The default is ....
Requirements

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

See Also

Reference

PopupCell Class
PopupCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.