How do I enable Combo SmartItems to have a drop down menu?
-
-
Xceed admin
-
-
-
Joined on 09-29-2008
-
Longueuil
-
Posts 443
-
-
|
How do I enable Combo SmartItems to have a drop down menu?
There is not a direct method to do this, but the following code can be used to achieve the desired results:
SmartUI1.SetFocus SmartUI1.SmartItems(1).EnsureVisible SmartUI1.SmartItems(1).Selected = True SendKeys "%{down}", T |
|
|
|
|
|
|