BCGControlBar Library for .NET
FindControlWrapper Method




Syntax
'Declaration
 
Public Function FindControlWrapper( _
   ByVal control As Control _
) As ControlWrapper
'Usage
 
Dim instance As DockingContainer
Dim control As Control
Dim value As ControlWrapper
 
value = instance.FindControlWrapper(control)
public ControlWrapper FindControlWrapper( 
   Control control
)
public: ControlWrapper* FindControlWrapper( 
   Control* control
) 
public:
ControlWrapper^ FindControlWrapper( 
   Control^ control
) 

Parameters

control
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