Share via


CategoryList.GenerateMenuButtonHtmlForItem Method

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.Search.Admin.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Function GenerateMenuButtonHtmlForItem ( _
    row As DataRow, _
    iRow As Integer, _
    strHtmlInECB As String _
) As String
'Usage
Dim row As DataRow
Dim iRow As Integer
Dim strHtmlInECB As String
Dim returnValue As String

returnValue = Me.GenerateMenuButtonHtmlForItem(row, _
    iRow, strHtmlInECB)
protected override string GenerateMenuButtonHtmlForItem(
    DataRow row,
    int iRow,
    string strHtmlInECB
)

Parameters

Return Value

Type: System.String

See Also

Reference

CategoryList Class

CategoryList Members

Microsoft.SharePoint.Portal.Search.Admin.WebControls Namespace