BCGControlBar Library for .NET
CalcPadding Property




Specifies how and when the cell padding should be calculated.
Syntax
'Declaration
 
Public Property CalcPadding As CalcCellExtArea
'Usage
 
Dim instance As SplitContainerCell
Dim value As CalcCellExtArea
 
instance.CalcPadding = value
 
value = instance.CalcPadding
public CalcCellExtArea CalcPadding {get; set;}
public: __property CalcCellExtArea get_CalcPadding();
public: __property void set_CalcPadding( 
   CalcCellExtArea value
);
public:
property CalcCellExtArea CalcPadding {
   CalcCellExtArea get();
   void set (    CalcCellExtArea value);
}
Remarks
If the padding is not calculated, the embedded control or nested cells do not take into account CellPadding 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