BCGControlBar Library for .NET
UseRegion Property




Indicates a value if the region should be build on adjusting the layout for the tab item. Regions are used for non-rectangular items to clip and hit test them. It is used if the current TabStripStyle is Excel, VS2005 or OneNote.

Syntax
'Declaration
 
Public Overridable ReadOnly Property UseRegion As Boolean
'Usage
 
Dim instance As TabStrip
Dim value As Boolean
 
value = instance.UseRegion
public virtual bool UseRegion {get;}
public: __property virtual bool get_UseRegion();
public:
virtual property bool UseRegion {
   bool 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