Enum InteropWindowCacheFlags
These flags define which values are retrieved and if they are cached or not
Namespace: Dapplo.Windows.Enums
Assembly: Dapplo.Windows.dll
Syntax
public enum InteropWindowCacheFlags : uint
Fields
| Name | Description |
|---|---|
| CacheAll | Cache all, except children, don't force reloading |
| CacheAllChildZorder | Cache all, don't force reloading |
| CacheAllWithChildren | Cache all, with children, don't force reloading |
| Caption | Retrieve the caption |
| Children | Retrieve the children |
| Classname | Retrieve the class name |
| ForceUpdate | Forces an update of the specified flags. |
| Info | Retrieve the WindowInfo |
| Maximized | Retrieve the zoom state (maximized) |
| Minimized | Retrieve the icon state (minimized) |
| None | |
| Parent | Retrieve the parent |
| Placement | Retrieve the placement |
| ProcessId | Retrieve the matching process id |
| ScrollInfo | Retrieve the scroll info |
| Text | Retrieve the text |
| Visible | Retrieve the is visible |
| ZOrderedChildren | Retrieve the children by zorder |