BCGControlBar Library for .NET
AlwaysCalcSizeForBoldFont Property (TabStrip)




Specifies if it is necessary to calculate size of each tab as if the text was displayed using bold font. Prevents a tab resizing when a tab is activated and ActiveTabBold is true.

Syntax
'Declaration
 
Public Property AlwaysCalcSizeForBoldFont As Boolean
'Usage
 
Dim instance As TabStrip
Dim value As Boolean
 
instance.AlwaysCalcSizeForBoldFont = value
 
value = instance.AlwaysCalcSizeForBoldFont
public bool AlwaysCalcSizeForBoldFont {get; set;}
public: __property bool get_AlwaysCalcSizeForBoldFont();
public: __property void set_AlwaysCalcSizeForBoldFont( 
   bool value
);
public:
property bool AlwaysCalcSizeForBoldFont {
   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

TabStrip Class
TabStrip Members

Send Feedback