GrapeCity MultiRow Windows Forms Documentation
OnLayout Method


Type: System.Windows.Forms.LayoutEventArgs. A System.Windows.Forms.LayoutEventArgs that contains the event data.
Raises the System.Windows.Forms.Layout event and then sends this event to the parent control.
Syntax
Protected Overrides Sub OnLayout( _
   ByVal levent As LayoutEventArgs _
) 
Dim instance As PopupEditingControl
Dim levent As LayoutEventArgs
 
instance.OnLayout(levent)
protected override void OnLayout( 
   LayoutEventArgs levent
)

Parameters

levent
Type: System.Windows.Forms.LayoutEventArgs. A System.Windows.Forms.LayoutEventArgs that contains 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

PopupEditingControl Class
PopupEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.