Compartilhar via


MyGlobalNavigationFixup.OnPreRender Method

Handles the PreRender event.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub OnPreRender ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnPreRender(e)
protected override void OnPreRender(
    EventArgs e
)

Parameters

Remarks

This override sets the visibility of the Server ribbon and the site action menu if the current user is a site administrator. However, this override does not set the visibility of the ribbon and site action menu at design time.

See Also

Reference

MyGlobalNavigationFixup Class

MyGlobalNavigationFixup Members

Microsoft.SharePoint.Portal.WebControls Namespace