WebPage.ContextualMenu

From Xojo Documentation

Property (As WebMenuItem )


aWebPage.ContextualMenu = newWebMenuItemValue
or
WebMenuItemValue = aWebPage.ContextualMenu

New in 2011r2

Supported for all project types and targets.

If you assign a WebMenuItem to the control, it will be displayed as a contextual menu when the user right-clicks the control. You can instead use the WebControl.ContextualMenu property to assign a contextual menu to a WebControl.


See Also

WebMenuItem