In another thread tsteward asked
Quote:
Originally Posted by tsteward
Please is there a way to get the number of items in a ToolStripComboBox?
|
Yes, with the Door library. obj1 is a Door library Object
Code:
obj1.Value = tscombo1.ControlRef
obj1.Value = obj1.GetProperty("ComboBox")
obj1.Value = obj1.GetProperty("Items")
obj1.Value = obj1.GetProperty("Count")
Msgbox(obj1.Value)