GoXam for WPF v3
FindDraggablePart Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
DraggingTool Class
: FindDraggablePart Method
Return the selectable and movable/copyable
Northwoods.GoXam.Part
at the mouse-down point.
Syntax
C#
protected
virtual
Part
FindDraggablePart()
Return Value
null if there is no selectable
Northwoods.GoXam.Part
at the point, or if
Northwoods.GoXam.Part.CanMove
and
Northwoods.GoXam.Part.CanCopy
are both false.
See Also
Reference
DraggingTool Class
DraggingTool Members