Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim oItem As New MenuItem("Test")
Dim subItem1 As New MenuItem("Item1")
Dim subItem2 As New MenuItem("Item2")
oItem.MenuItems.Add(subItem1)
oItem.MenuItems.Add(subItem2)
Me.ContextMenu1.MenuItems.Add(oItem)