How would I get a the MDI child menu, which is the parent of yet another child element, to show it self (with out causing the click event to fire) without using SnedKeys?
-Level 1
- Sub 1
- Sub 2
This should show:
-Level 1
- Sub 1
The only way I know of is by using SendKeys:
Call SendKeys("%{L}{1}", True)
-Level 1
- Sub 1
- Sub 2
This should show:
-Level 1
- Sub 1
The only way I know of is by using SendKeys:
Call SendKeys("%{L}{1}", True)