C# Class _3PA.Lib.DropFileToWindow

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

Méthodes publiques

Méthode Description
Do ( string strToFindInCommandLine, string strToFindInCommandLine2, IList filename, bool giveFocus = true ) : void
Do ( string strToFindInCommandLine, string strToFindInCommandLine2, string filename, bool giveFocus = true ) : void

Private Methods

Méthode Description
SetForegroundWindow ( IntPtr hwnd ) : bool
ShowWindow ( IntPtr hwnd, int nCmdShow ) : bool

Method Details

Do() public static méthode

public static Do ( string strToFindInCommandLine, string strToFindInCommandLine2, IList filename, bool giveFocus = true ) : void
strToFindInCommandLine string
strToFindInCommandLine2 string
filename IList
giveFocus bool
Résultat void

Do() public static méthode

public static Do ( string strToFindInCommandLine, string strToFindInCommandLine2, string filename, bool giveFocus = true ) : void
strToFindInCommandLine string
strToFindInCommandLine2 string
filename string
giveFocus bool
Résultat void