Hi Allen,
Problem Area 1:
I have tried getting the Caption for the View menu from the following code, It is returning me the Name of the Menu.
var DMMenuCnt = Form["StripMainMenu"]["Items"](3)["Caption"]
DMMenuCnt = Form["StripMainMenu"]["Items"](3)["Caption"]
ShowMessage(DMMenuCnt)
When I tried fetching the Value from Submenu It is not returning SubMenu, Rather It is saying the Submenu is Null.
I have also tried clicking on the ToolStripDropDownMenu after clicking on View Menu, It is also not working.
Problem Area 2:
I have captured the properties in the screenshot.