C# Class _3PA.Lib.MmdDrop

Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Méthode Description
DropFile ( IntPtr hWnd, IList files ) : void
DropFile ( IntPtr hWnd, MmdDropFile file ) : void

Private Methods

Méthode Description
PostMessage ( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : bool

Method Details

DropFile() public static méthode

public static DropFile ( IntPtr hWnd, IList files ) : void
hWnd System.IntPtr
files IList
Résultat void

DropFile() public static méthode

public static DropFile ( IntPtr hWnd, MmdDropFile file ) : void
hWnd System.IntPtr
file MmdDropFile
Résultat void