Hello
I'm trying to get the calling view upon selection of a context menu entry
Context menu(from the editor):
[
{
Text:"Detailed Info",
EventName : "ShowDetailedInfo"
}
]
Called sub:
Private Sub ShowDetailedInfo_Action
Dim mi As MenuItem = Sender
End Sub
I know...
Ola
This lesson is about the 'context' and 'contextmenu' widgets.
Context are popups that one can use in case they want to provide some help on the UX. Both the context and context menus appear when the right mouse button is clicked and can be linked to any element on the page.
In this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.