CustomMessageBox.OnLayout Method (LayoutEventArgs)
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.LayoutEventArgsThe event data.
See Also
CustomMessageBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top