Class WindowInterop
This class is responsible for Interop with Win32 Windows.
Inheritance
System.Object
WindowInterop
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class WindowInterop : Object
Constructors
WindowInterop()
Declaration
public WindowInterop()
Methods
TrackPopupMenu(IntPtr, UInt32, Int32, Int32, Int32, IntPtr, IntPtr)
Tracks the popup menu.
Declaration
public static int TrackPopupMenu(IntPtr hMenu, uint uFlags, int x, int y, int nReserved, IntPtr hWnd, IntPtr prcRect)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | hMenu | The h menu param value. |
| System.UInt32 | uFlags | The u flags value. |
| System.Int32 | x | The x param value. |
| System.Int32 | y | The y param value. |
| System.Int32 | nReserved | The n reserved param value. |
| System.IntPtr | hWnd | The h WND param value. |
| System.IntPtr | prcRect | The PRC rect param value. |
Returns
| Type | Description |
|---|---|
| System.Int32 | Track pop up menu |