System.Windows.Forms.ToolStripItem.DoDragDrop C# (CSharp) Метод

DoDragDrop() приватный Метод

private DoDragDrop ( Object data, DragDropEffects allowedEffects ) : DragDropEffects
data Object
allowedEffects DragDropEffects
Результат DragDropEffects
		public DragDropEffects DoDragDrop (Object data, DragDropEffects allowedEffects)
		{
			return allowedEffects;
		}