BCGControlBar Library for .NET
SetRecentControlWrapper Method




A control wrapper to set as recent.
Sets the control wrapper of the docking container for the docking pane as recent.
Syntax
'Declaration
 
Public Sub SetRecentControlWrapper( _
   ByVal p As ControlWrapper _
) 
'Usage
 
Dim instance As DockingPane
Dim p As ControlWrapper
 
instance.SetRecentControlWrapper(p)
public void SetRecentControlWrapper( 
   ControlWrapper p
)
public: void SetRecentControlWrapper( 
   ControlWrapper* p
) 
public:
void SetRecentControlWrapper( 
   ControlWrapper^ p
) 

Parameters

p
A control wrapper to set as recent.
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

DockingPane Class
DockingPane Members

Send Feedback