.NET Framework Class Library
UserInterface.BringToFront Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > UserInterface Class > UserInterface Methods > .NET Framework Class Library |
Bring window to front.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub BringToFront ( _ hwnd As Long _ |
C# |
|---|
public void BringToFront( long hwnd |
Visual C++ |
|---|
public: void BringToFront( |
JavaScript |
|---|
function bringToFront(hwnd); |
Parameters
hwnd
Type: System.Int64
window identifier
Remarks
See Also