SpecialTermActionHandler.HookupMenuItemToAction Method
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
Public Sub HookupMenuItemToAction ( _
itm As HtmlMenuItem, _
strAction As String _
)
'Usage
Dim instance As SpecialTermActionHandler
Dim itm As HtmlMenuItem
Dim strAction As String
instance.HookupMenuItemToAction(itm, _
strAction)
public void HookupMenuItemToAction(
HtmlMenuItem itm,
string strAction
)
Parameters
- strAction
Type: System.String
See Also
Reference
SpecialTermActionHandler Class