BCGControlBar Library for .NET
RemoveWrapperComplete Method (DockingContainer)




A control wrapper to delete.
Removes the specified control wrapper and its internal control  from the docktable of the DockingContainer.
Syntax
'Declaration
 
Public Sub RemoveWrapperComplete( _
   ByVal wrapper As ControlWrapper _
) 
'Usage
 
Dim instance As DockingContainer
Dim wrapper As ControlWrapper
 
instance.RemoveWrapperComplete(wrapper)
public void RemoveWrapperComplete( 
   ControlWrapper wrapper
)
public: void RemoveWrapperComplete( 
   ControlWrapper* wrapper
) 
public:
void RemoveWrapperComplete( 
   ControlWrapper^ wrapper
) 

Parameters

wrapper
A control wrapper to delete.
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

DockingContainer Class
DockingContainer Members

Send Feedback