📚 SAP Business One SDK Help

PaneComboBox Object Members
See Also  Overview 

Public Methods

Public Method SelectSimulates a user selection in the combo box.

Public Properties

Public Property ActiveIndicates whether the item has the focus. Set the property as follows:
  • True: Puts the focus on the item.
  • False: Removes the focus from the item. If the item had been in focus, the focus moves to the next item that can get the focus.
Public Property DataBindThe DataBind object tied to this item.
Public Property ExpandTypeThe expand types of the combo box.
Public Property ItemThe item properties of the combo box. You can get the item that specifics the combo box, and set the item properties if necessary.
Public Property SelectedThe selected value.
Public Property ValidValuesThe valid values for the combo box.

Events

Public Event ClickAfterClickAfter
Public Event ClickBeforeClickBefore
Public Event ComboSelectAfterThe event occurs after a value was selected in a combo box.
Public Event ComboSelectBeforeThe event occurs before a value was selected in a combo box.
Public Event DoubleClickAfterDoubleClickAfter
Public Event DoubleClickBeforeDoubleClickBefore
Public Event GotFocusAfterGotFocusAfter
Public Event KeyDownAfterKeyDownAfter
Public Event KeyDownBeforeKeyDownBefore
Public Event LostFocusAfterLostFocusAfter
Public Event PressedAfterPressedAfter
Public Event PressedBeforePressedBefore

See Also