HtmlMenuButton.RenderID Method
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub RenderID ( _
output As HtmlTextWriter, _
fEscape As Boolean _
)
'Usage
Dim output As HtmlTextWriter
Dim fEscape As Boolean
Me.RenderID(output, fEscape)
protected void RenderID(
HtmlTextWriter output,
bool fEscape
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
- fEscape
Type: System.Boolean