Gets the supported effects

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

Syntax

C#
public static DragDropEffects GetSupportedEffects(
	DependencyObject source
)
Visual Basic
Public Shared Function GetSupportedEffects ( _
	source As DependencyObject _
) As DragDropEffects
JScript
public static function GetSupportedEffects(
	source : DependencyObject
) : DragDropEffects

Parameters

source
Type: System.Windows..::..DependencyObject
Target object

Return Value

Supported effects

See Also