BCGControlBar Library for .NET
TabItemSpacing Property




Specifies the space between tab items on the tab control. If TabStripStyle::Excel or TabStripStyle::VS2005, this space is equal 6, ohterwise, 0.

Syntax
'Declaration
 
Public ReadOnly Property TabItemSpacing As Integer
'Usage
 
Dim instance As TabStrip
Dim value As Integer
 
value = instance.TabItemSpacing
public int TabItemSpacing {get;}
public: __property int get_TabItemSpacing();
public:
property int TabItemSpacing {
   int get();
}
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