ConnectionActivityTypes

This data type contains values that specify the type of change or refresh the connection to a manager control makes to a user interface control. Use these values with a ConnectionActivity event.

  • ConnectionActivityType_BooleanChange –(Value: 3) The connection changed or refreshed the Boolean value of the control.
  • ConnectionActivityType_ContentChange –(Value: 5) The connection changed or refreshed the contents of the control, such as the available items in a Listbox , Combobox , ReportView , or ListBarPage .
  • ConnectionActivityType_CursorOrSelectionChange –(Value: 6) The connection changed or refreshed the cursor or selection in the control.
  • ConnectionActivityType_EnabledChange –(Value: 7) The connection changed or refreshed the enabled state of the control.
  • ConnectionActivityType_ImageChange –(Value: 4) The connection changed or refreshed an image the control displays.
  • ConnectionActivityType_NumberChange –(Value: 2) The connection changed or refreshed the numerical value of the control.
  • ConnectionActivityType_TextChange –(Value: 1) The connection changed or refreshed the text of the control.
  • ConnectionActivityType_VisibleChange –(Value: 8) The connection changed or refreshed the visibility of the control.

See Also

ComboBox

ListBarPage

ListBox

ReportView