BCGControlBar Library for .NET
ControlAreaBorderSize Property




Specifies the width of related control border specified for each edge separately.
Syntax
'Declaration
 
Public Property ControlAreaBorderSize As Padding
'Usage
 
Dim instance As TabControlEx
Dim value As Padding
 
instance.ControlAreaBorderSize = value
 
value = instance.ControlAreaBorderSize
public Padding ControlAreaBorderSize {get; set;}
public: __property Padding get_ControlAreaBorderSize();
public: __property void set_ControlAreaBorderSize( 
   Padding value
);
public:
property Padding ControlAreaBorderSize {
   Padding get();
   void set (    Padding 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