SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Dragging has been canceled (automatic DragMethod only).
VB.NET | Private Sub object_AutoCancelDragging(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.AutoCancelDragging |
VB | Private Sub object_AutoCancelDragging() |
C#.NET | void object_AutoCancelDragging(object sender, EventArgumentType e); |
VC++ | void OnAutoCancelDraggingobject(); |
C | HRESULT OnAutoCancelDraggingobject(); |
object
The AutoCancelDragging event occurs when dragging has been canceled (automatic DragMethod only).
This event is only available if the DragMethod property is set to dragSftTreeAuto and is suitable for drag & drop within one tree control only. If drag & drop between controls is desired, the container (i.e. Visual Basic, Visual C++, etc.) must implement the necessary drag & drop support (see DragMethod) or OLE drag & drop should be used instead.
This event signals that the drag & drop operation has been aborted. The user can abandon a drag & drop operation by pressing the ESCAPE key.
If the mouse pointer (MousePointer property) was modified during the AutoDragging event, the application must restore the original mouse pointer.
See Also SftTree Object | Object Hierarchy