Versions Compared

Key

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

...

The ComboText property gets or sets the current text of a given combo box control. When you defined the combo box during the Init method, you gave it a unique key. You must pass that key in order to get or set its text.

...

Code Block
// Set my Font combo box to a default font
Set_Property(@Window:".OLE_RIBBON", "OLE.ComboText[COB_FONTFACE]", "Tahoma")

See Also

ComboListComboSelPos