BCGControlBar Library for .NET
LeftOverlappingOffset Property




Specifies the offset from the left border of the tab item's rectangular area to draw the left border of the item. Used in Excel, OneNote and VS2005 tab style.
Syntax
'Declaration
 
Public ReadOnly Property LeftOverlappingOffset As Integer
'Usage
 
Dim instance As TabStrip
Dim value As Integer
 
value = instance.LeftOverlappingOffset
public int LeftOverlappingOffset {get;}
public: __property int get_LeftOverlappingOffset();
public:
property int LeftOverlappingOffset {
   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