C# 클래스 _3PA.Lib.DropFileToWindow

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

공개 메소드들

메소드 설명
Do ( string strToFindInCommandLine, string strToFindInCommandLine2, IList filename, bool giveFocus = true ) : void
Do ( string strToFindInCommandLine, string strToFindInCommandLine2, string filename, bool giveFocus = true ) : void

비공개 메소드들

메소드 설명
SetForegroundWindow ( IntPtr hwnd ) : bool
ShowWindow ( IntPtr hwnd, int nCmdShow ) : bool

메소드 상세

Do() 공개 정적인 메소드

public static Do ( string strToFindInCommandLine, string strToFindInCommandLine2, IList filename, bool giveFocus = true ) : void
strToFindInCommandLine string
strToFindInCommandLine2 string
filename IList
giveFocus bool
리턴 void

Do() 공개 정적인 메소드

public static Do ( string strToFindInCommandLine, string strToFindInCommandLine2, string filename, bool giveFocus = true ) : void
strToFindInCommandLine string
strToFindInCommandLine2 string
filename string
giveFocus bool
리턴 void