Versions Compared

Key

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

...

Nothing happens if no cell is selected or if the selected cell is not a Combo Box type cell.

Example

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")

...