Xceed Docking Windows for WinForms v2.3 Documentation
OnLayout Method


Xceed.DockingWindows Namespace > ToolWindow Class : OnLayout Method
A System.Windows.Forms.LayoutEventArgs containing the event data.
Raises the System.Windows.Forms.Control.Layout event.
Syntax
'Declaration
 
Protected Overrides Sub OnLayout( _
   ByVal e As LayoutEventArgs _
) 
'Usage
 
Dim instance As ToolWindow
Dim e As LayoutEventArgs
 
instance.OnLayout(e)
protected override void OnLayout( 
   LayoutEventArgs e
)

Parameters

e
A System.Windows.Forms.LayoutEventArgs containing the event data.
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

ToolWindow Class
ToolWindow Members
Base Implementation in OnLayout