NTreeListHeaderDragInfo Class Members
In This Topic
The following tables list the members exposed by NTreeListHeaderDragInfo.
Public Constructors
Public Fields
| Name | Description |
 | BorderOffset | The offset between the capture mouse position and the bounds of the header item. |
 | Commit | Determines whether the drag operation is successful or should be canceled. |
 | Delta | The offset generated during dragging. |
 | HitCode | The hit code of the current operation. |
 | MouseCapturePos | The mouse position where mouse was pressed. |
 | MousePos | The current mouse position. |
Top
Public Properties
| Name | Description |
 | Header | Gets the NTreeListHeaderItem instance associated with the operation. |
Top
See Also