GetNextWindowCmd Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum GetNextWindowCmd
Public Enumeration GetNextWindowCmd
Dim instance As GetNextWindowCmd
public enum class GetNextWindowCmd
No code example is currently available or this language may not be supported.
GetNextWindow |
2 |
Returns a handle to the window below the given window.
|
GetPreviousWindow |
3 |
Returns a handle to the window above the given window.
|