GetAncestorFlags Enumeration

Specifies the changes to be applied for the active desktop.

For GetAncestor(IntPtr, GetAncestorFlags) function.

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 GetAncestorFlags

Remarks

Members

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.

See Also