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
- output
Type: System.Web.UI.HtmlTextWriter
The object that receives the menu parameters about the menu button.
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.