Welcome to the Xceed Community | Help
Community Search  
More Search Options

How do I enable Combo SmartItems to have a drop down menu?

Sort Posts: Previous Next
  •  10-10-2008, 10:57 AM Post no. 28426

    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
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.