BCGControlBar Library for .NET
IsCalcBorder Method




Indicates a value if the SpitContainerEx has a border.
Syntax
'Declaration
 
Public Overridable Function IsCalcBorder() As Boolean
'Usage
 
Dim instance As SplitContainerCell
Dim value As Boolean
 
value = instance.IsCalcBorder()
public virtual bool IsCalcBorder()
public: virtual bool IsCalcBorder(); 
public:
virtual bool IsCalcBorder(); 
Remarks
If returned value is true, the border size will be exclude from the size of internal rectangle and the border will be draw around 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