BCGControlBar Library for .NET
ParentCell Property




Represents a reference to the parent cell
Syntax
'Declaration
 
Public ReadOnly Property ParentCell As SplitContainerCell
'Usage
 
Dim instance As SplitContainerCell
Dim value As SplitContainerCell
 
value = instance.ParentCell
public SplitContainerCell ParentCell {get;}
public: __property SplitContainerCell* get_ParentCell();
public:
property SplitContainerCell^ ParentCell {
   SplitContainerCell^ get();
}
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