Share via


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

See Also

CustomMessageBox Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top