GetAncestorFlags 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 GetAncestorFlags
Public Enumeration GetAncestorFlags
Dim instance As GetAncestorFlags
public enum class GetAncestorFlags
No code example is currently available or this language may not be supported.
GetParent |
1 |
Retrieves the parent window.
This does not include the owner, as it does with the GetParent function.
|
GetRoot |
2 |
Retrieves the root window by walking the chain of parent windows.
|
GetRootOwner |
3 |
Retrieves the owned root window by walking the chain of parent and owner windows returned by GetParent.
|