Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function GenerateMenuButtonHtmlForItem ( _
oneDataRow As DataRow, _
iRow As Integer, _
strHtmlInECB As String _
) As String
'Usage
Dim oneDataRow As DataRow
Dim iRow As Integer
Dim strHtmlInECB As String
Dim returnValue As String
returnValue = Me.GenerateMenuButtonHtmlForItem(oneDataRow, _
iRow, strHtmlInECB)
protected override string GenerateMenuButtonHtmlForItem(
DataRow oneDataRow,
int iRow,
string strHtmlInECB
)
Parameters
- oneDataRow
Type: System.Data.DataRow
- iRow
Type: System.Int32
- strHtmlInECB
Type: System.String
Return Value
Type: System.String
See Also
Reference
ManagePrivacyPolicyControl Class