HtmlMenuButton.RenderMenuParameters Method

Sends menu parameters about the menu button to the provided HtmlTextWriter object, which writes the content to be rendered on the client.

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

Syntax

'Declaration
Protected Sub RenderMenuParameters ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.RenderMenuParameters(output)
protected void RenderMenuParameters(
    HtmlTextWriter output
)

Parameters

Remarks

The method renders the menu parameters to the client, including the MenuID, DefaultURL, the array of the Parameters, and the array of the DisableItems.

See Also

Reference

HtmlMenuButton Class

HtmlMenuButton Members

Microsoft.SharePoint.Portal.WebControls Namespace