BCGControlBar Library for .NET
BoldText Property




Indicates a value whether the text-style will be bold.
Syntax
'Declaration
 
Public Property BoldText As Boolean
'Usage
 
Dim instance As ToolbarLabelButton
Dim value As Boolean
 
instance.BoldText = value
 
value = instance.BoldText
public bool BoldText {get; set;}
public: __property bool get_BoldText();
public: __property void set_BoldText( 
   bool value
);
public:
property bool BoldText {
   bool get();
   void set (    bool 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

ToolbarLabelButton Class
ToolbarLabelButton Members

Send Feedback