BCGControlBar Library for .NET
Text Property (ToolbarButton)




Specifies button text. It can be different text for buttons assigned to one command. This property can be changed by user at runtime during customization.
Syntax
'Declaration
 
Public Overrides WriteOnly Property Text As String
'Usage
 
Dim instance As ToolbarButton
 
instance.Text = value
public override string Text {set;}
public: __property void set_Text( 
   string* value
) override;
public:
property String^ Text {
   void set (    String^ value) override;
}
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

ToolbarButton Class
ToolbarButton Members
Base Implementation in Text

Send Feedback