Click or drag to resize
Xcalibur Systems LLC Logo

GetAncestorType Enumeration

The ancestor to be retrieved.

GetAncestor function


Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum GetAncestorType
Members
Member nameValueDescription
Parent1 Retrieves the parent window. This does not include the owner, as it does with the function.
Root2 Retrieves the root window by walking the chain of parent windows.
RootOwner3 Retrieves the owned root window by walking the chain of parent and owner windows returned by .
See Also