BCGControlBar Library for .NET
IsCalcPadding Method




Indicates a value whether a SplitContainerCell has a Padding.
Syntax
'Declaration
 
Public Overridable Function IsCalcPadding() As Boolean
'Usage
 
Dim instance As SplitContainerCell
Dim value As Boolean
 
value = instance.IsCalcPadding()
public virtual bool IsCalcPadding()
public: virtual bool IsCalcPadding(); 
public:
virtual bool IsCalcPadding(); 
Remarks
if true, the padding area will be exclude from the internal rectangle of the SplitContainerCell.
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