BCGControlBar Library for .NET
RightOverlappingOffset Property




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