BCGControlBar Library for .NET
DrawControlAreaBorder Property




Indicates a value whether a border around area of controls should be drawn.
Syntax
'Declaration
 
Public Property DrawControlAreaBorder As Boolean
'Usage
 
Dim instance As TabControlEx
Dim value As Boolean
 
instance.DrawControlAreaBorder = value
 
value = instance.DrawControlAreaBorder
public bool DrawControlAreaBorder {get; set;}
public: __property bool get_DrawControlAreaBorder();
public: __property void set_DrawControlAreaBorder( 
   bool value
);
public:
property bool DrawControlAreaBorder {
   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