Sets value indicating if object is a drop target

Namespace: Ico.WPF.Specialized.DataGridControl.DragDrop
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static void SetIsDropTarget(
	DependencyObject target,
	bool value
)
Visual Basic
Public Shared Sub SetIsDropTarget ( _
	target As DependencyObject, _
	value As Boolean _
)
JScript
public static function SetIsDropTarget(
	target : DependencyObject, 
	value : boolean
)

Parameters

target
Type: System.Windows..::..DependencyObject
Target object
value
Type: System..::..Boolean
New value

See Also