BCGControlBar Library for .NET
BoldLabel Property




Indicates a value whether a tooltip label should be drawn with bold font.
Syntax
'Declaration
 
Public Property BoldLabel As Boolean
'Usage
 
Dim instance As ToolTipParams
Dim value As Boolean
 
instance.BoldLabel = value
 
value = instance.BoldLabel
public bool BoldLabel {get; set;}
public: __property bool get_BoldLabel();
public: __property void set_BoldLabel( 
   bool value
);
public:
property bool BoldLabel {
   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

ToolTipParams Class
ToolTipParams Members

Send Feedback