BCGControlBar Library for .NET
ControlWrapper Constructor(DockTable,DockingPane)




Syntax
'Declaration
 
Public Function New( _
   ByVal parent As DockTable, _
   ByVal p As DockingPane _
)
'Usage
 
Dim parent As DockTable
Dim p As DockingPane
 
Dim instance As New ControlWrapper(parent, p)
public ControlWrapper( 
   DockTable parent,
   DockingPane p
)
public: ControlWrapper( 
   DockTable* parent,
   DockingPane* p
)
public:
ControlWrapper( 
   DockTable^ parent,
   DockingPane^ p
)

Parameters

parent
p
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

ControlWrapper Class
ControlWrapper Members
Overload List

Send Feedback