HtcMenu.RenderPopupBeginTag Method (HtmlTextWriter, Boolean, String, String, Boolean)
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub RenderPopupBeginTag ( _
output As HtmlTextWriter, _
isSubMenu As Boolean, _
menuID As String, _
type As String, _
largeIconMode As Boolean _
)
'Usage
Dim output As HtmlTextWriter
Dim isSubMenu As Boolean
Dim menuID As String
Dim type As String
Dim largeIconMode As BooleanHtcMenu.RenderPopupBeginTag(output, _
isSubMenu, menuID, type, largeIconMode)
public static void RenderPopupBeginTag(
HtmlTextWriter output,
bool isSubMenu,
string menuID,
string type,
bool largeIconMode
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
- isSubMenu
Type: System.Boolean
- menuID
Type: System.String
- type
Type: System.String
- largeIconMode
Type: System.Boolean