DragDropHelper.SetIsDragSource(DependencyObject, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void SetIsDragSource(System::Windows::DependencyObject ^ obj, bool value);
public static void SetIsDragSource(System.Windows.DependencyObject obj, bool value);
static member SetIsDragSource : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsDragSource (obj As DependencyObject, value As Boolean)
Parameters
- obj
- DependencyObject
- value
- Boolean