System.Windows.Forms.ToolStripItem.DoDragDrop C# (CSharp) Method

DoDragDrop() private method

private DoDragDrop ( Object data, DragDropEffects allowedEffects ) : DragDropEffects
data Object
allowedEffects DragDropEffects
return DragDropEffects
		public DragDropEffects DoDragDrop (Object data, DragDropEffects allowedEffects)
		{
			return allowedEffects;
		}