다음을 통해 공유


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)

Syntax

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

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

Parameters

Remarks

The method renders an array that contains the DisableItems if the DisableItems exist, otherwise renders null to client.

See Also

Reference

HtmlMenuButton Class

HtmlMenuButton Members

Microsoft.SharePoint.Portal.WebControls Namespace