BCGControlBar Library for .NET
SetParentCell Method




A SplitContainerCell object to assign.
Assigns the parent SplitContainerCell  for current cell.
Syntax
'Declaration
 
Public Sub SetParentCell( _
   ByVal value As SplitContainerCell _
) 
'Usage
 
Dim instance As SplitContainerCell
Dim value As SplitContainerCell
 
instance.SetParentCell(value)
public void SetParentCell( 
   SplitContainerCell value
)
public: void SetParentCell( 
   SplitContainerCell* value
) 
public:
void SetParentCell( 
   SplitContainerCell^ value
) 

Parameters

value
A SplitContainerCell object to assign.
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