HtmlMenuButton.RenderDisableItems Method
Sends the DisableItems content of 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)
'Declaration
Protected Sub RenderDisableItems ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.RenderDisableItems(output)
protected void RenderDisableItems(
HtmlTextWriter output
)
- output
Type: System.Web.UI.HtmlTextWriter
The object that receives the DisableItems content of the menu button.
The method renders an array that contains the DisableItems if the DisableItems exist, otherwise renders null to client.