TreeView Xojo plugin

TreeView.CancelEventAction Property

Setting this property to true from within certain events will cancel their internal handling.

CancelEventAction as Boolean {Read and Write}

Remarks

The events that support the CancelEventAction property are:

  • MouseDown
  • NodeMouseDown
  • NodeMouseUp
  • NodeMouseDrag
  • NodeDoubleClick
  • KeyDown


    See Also

    TreeView Control