Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the Layout event.
Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnLayout(
    LayoutEventArgs levent
)
protected:
virtual void OnLayout(
    LayoutEventArgs^ levent
) override
Protected Overrides Sub OnLayout (
    levent As LayoutEventArgs
)
Parameters
- levent 
 Type: System.Windows.Forms.LayoutEventArgs- The event data. 
See Also
Layout
LayoutEventArgs
LineBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top