BCGControlBar Library for .NET
SetRecentFloatingSize Method




Specifies the size of docking pane in floating mode.
Sets the size of docking pane in floating mode. Usually this size is taken from the recent floating dimensions of docking pane, but it has to be initialized for the first time, otherwise the docking pane will take the same size as in docking mode.
Syntax
'Declaration
 
Public Sub SetRecentFloatingSize( _
   ByVal size As Size _
) 
'Usage
 
Dim instance As DockingPane
Dim size As Size
 
instance.SetRecentFloatingSize(size)
public void SetRecentFloatingSize( 
   Size size
)
public: void SetRecentFloatingSize( 
   Size size
) 
public:
void SetRecentFloatingSize( 
   Size size
) 

Parameters

size
Specifies the size of docking pane in floating mode.
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