Open a Window and bring it to front
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function ForceForegroundWindow ( _ handle As IntPtr _ ) As Boolean |
| C# |
|---|
public static bool ForceForegroundWindow( IntPtr handle ) |
Parameters
- handle
- Type: System..::..IntPtr