clickContextMenuItem (client-side)

Runs the routine specified by the onContextClick attribute for a clicked context menu item. This routine should be set as the value of the onClick attribute of the context menu element so it will act on all child menu items.

Definition

sub clickContextMenuItem()

Parameters

None.

Return Value

None.

Remarks

For more information about how context menus are configured, see MenuControl.

This routine is available in the include file ActionPageUtil.asp.

See Also

Client-Side Routines

closeContextMenu (client-side)

execTaskFromContextMenu (client-side)

showContextMenu (client-side)

toggleContextMenuHighlight (client-side)

Server-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.