C# 클래스 _3PA.Lib.MmdDrop

파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

공개 메소드들

메소드 설명
DropFile ( IntPtr hWnd, IList files ) : void
DropFile ( IntPtr hWnd, MmdDropFile file ) : void

비공개 메소드들

메소드 설명
PostMessage ( IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam ) : bool

메소드 상세

DropFile() 공개 정적인 메소드

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

DropFile() 공개 정적인 메소드

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