BCGControlBar Library for .NET
GetRecentRectangle Method (DockingPane)




Specifies the current boundaries of the docking pane if it was not located in the floating miniframe. Otherwise, it specifies the bounds of the last miniframe windows.
Syntax
'Declaration
 
Public Overridable Function GetRecentRectangle() As Rectangle
'Usage
 
Dim instance As DockingPane
Dim value As Rectangle
 
value = instance.GetRecentRectangle()
public virtual Rectangle GetRecentRectangle()
public: virtual Rectangle GetRecentRectangle(); 
public:
virtual Rectangle GetRecentRectangle(); 
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