Enum DwmThumbnailPropertyFlags
A flag to indicate which properties are set by the DwmUpdateThumbnailProperties method
Namespace: Dapplo.Windows.DesktopWindowsManager
Assembly: Dapplo.Windows.DesktopWindowsManager.dll
Syntax
public enum DwmThumbnailPropertyFlags : int
Fields
Name | Description |
---|---|
Destination | A value for the rcDestination member has been specified. |
Opacity | A value for the opacity member has been specified. |
Source | A value for the rcSource member has been specified. |
SourceClientAreaOnly | A value for the fSourceClientAreaOnly member has been specified. |
Visible | A value for the fVisible member has been specfied. |