GetNextWindowCmd Enumeration

Specifies whether the GetNextWindow(IntPtr, GetNextWindowCmd) function returns a handle to the next window, or the previous window.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum GetNextWindowCmd

Remarks

Members

GetNextWindow 2 Returns a handle to the window below the given window.
GetPreviousWindow 3 Returns a handle to the window above the given window.

See Also