BCGControlBar Library for .NET
CenterItemContentIfExtraSize Property (TabControlEx)




Sets this property to true if you wish to center text within tab items when an item is not active, but its size was calculated for bold font.
Syntax
'Declaration
 
Public Property CenterItemContentIfExtraSize As Boolean
'Usage
 
Dim instance As TabControlEx
Dim value As Boolean
 
instance.CenterItemContentIfExtraSize = value
 
value = instance.CenterItemContentIfExtraSize
public bool CenterItemContentIfExtraSize {get; set;}
public: __property bool get_CenterItemContentIfExtraSize();
public: __property void set_CenterItemContentIfExtraSize( 
   bool value
);
public:
property bool CenterItemContentIfExtraSize {
   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

TabControlEx Class
TabControlEx Members

Send Feedback