BCGControlBar Library for .NET
ButtonText Property




Specifies button text.
Syntax
'Declaration
 
Public Property ButtonText As String
'Usage
 
Dim instance As CommandButtonCell
Dim value As String
 
instance.ButtonText = value
 
value = instance.ButtonText
public string ButtonText {get; set;}
public: __property string* get_ButtonText();
public: __property void set_ButtonText( 
   string* value
);
public:
property String^ ButtonText {
   String^ get();
   void set (    String^ value);
}
Remarks
By default the text 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

CommandButtonCell Class
CommandButtonCell Members

Send Feedback