C# Class _3PA.Lib.MmdDrop

Show file Open project: jcaillon/3P Class Usage Examples

Public Methods

Method Description
DropFile ( IntPtr hWnd, IList files ) : void
DropFile ( IntPtr hWnd, MmdDropFile file ) : void

Private Methods

Method Description
PostMessage ( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : bool

Method Details

DropFile() public static method

public static DropFile ( IntPtr hWnd, IList files ) : void
hWnd System.IntPtr
files IList
return void

DropFile() public static method

public static DropFile ( IntPtr hWnd, MmdDropFile file ) : void
hWnd System.IntPtr
file MmdDropFile
return void