Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 // Show the combo box drop down 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.ComboDropDown", 1) 

 // Determine if the combo box is visible or not 
IsComboVisible = Get_Property(@Window:".OLE_EDITTABLE", "OLE.ComboDropDown")

See Also

CellType