Allows the user to perform drag and drop operations on a bound task in a GanttChartViewBase control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class DragTaskThumb : Thumb
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class DragTaskThumb _
	Inherits Thumb

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls.Primitives..::.Thumb
                DlhSoft.Windows.Controls..::.DragTaskThumb

See Also