Versions Compared

Key

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

...

The ComboSelPos property gets or sets the current selection 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 selection. This property behaves just like OI's SELPOS property for combo boxes.

...

Code Block
// Set my Font Size combo box to the third item
Set_Property(@Window:".OLE_RIBBON", "OLE.ComboSelPos[COB_FONTSIZE]", 3)

See Also

ComboListComboText