BCGControlBar Library for .NET
CalcCellExtArea Enumeration




Defines how cell borders and padding are calculated and drawn.
Syntax
'Declaration
 
Public Enum CalcCellExtArea 
   Inherits System.Enum
'Usage
 
Dim instance As CalcCellExtArea
public enum CalcCellExtArea : System.Enum 
__value public enum CalcCellExtArea : public System.Enum 
public enum class CalcCellExtArea : public System.Enum 
Members
MemberDescription
AlwaysCell borders and/or padding are calculated always.
EmptyCollectionOnlyCalculates cell borders and/or padding only when the cell has no nested cells. Can be useful to draw borders only around individual controls.
NeverCell borders and/or padding are not calculated.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Shared.CalcCellExtArea

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

BCGSoft.Controls.Shared Namespace

Send Feedback