BCGControlBar Library for .NET
CalcBorder Property




Tells how the border of cell is calculated and drawn.
Syntax
'Declaration
 
Public Property CalcBorder As CalcCellExtArea
'Usage
 
Dim instance As SplitContainerCell
Dim value As CalcCellExtArea
 
instance.CalcBorder = value
 
value = instance.CalcBorder
public CalcCellExtArea CalcBorder {get; set;}
public: __property CalcCellExtArea get_CalcBorder();
public: __property void set_CalcBorder( 
   CalcCellExtArea value
);
public:
property CalcCellExtArea CalcBorder {
   CalcCellExtArea get();
   void set (    CalcCellExtArea value);
}
Remarks
If the border is not calculated, the embedded control or nested cells do not take into account BorderSize property.
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

SplitContainerCell Class
SplitContainerCell Members

Send Feedback