BCGControlBar Library for .NET
ControlText Property (ToolbarFocusableButton)




Specifies a text to display in focusable control.
Syntax
'Declaration
 
Public Overridable Property ControlText As String
'Usage
 
Dim instance As ToolbarFocusableButton
Dim value As String
 
instance.ControlText = value
 
value = instance.ControlText
public virtual string ControlText {get; set;}
public: __property virtual string* get_ControlText();
public: __property virtual void set_ControlText( 
   string* value
);
public:
virtual property String^ ControlText {
   String^ get();
   void set (    String^ value);
}
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

ToolbarFocusableButton Class
ToolbarFocusableButton Members

Send Feedback