Struct DwmThumbnailProperties
Specifies Desktop Window Manager (DWM) thumbnail properties. Used by the DwmUpdateThumbnailProperties function. See: http://msdn.microsoft.com/en-us/library/aa969502.aspx
Namespace: Dapplo.Windows.DesktopWindowsManager
Assembly: Dapplo.Windows.DesktopWindowsManager.dll
Syntax
public struct DwmThumbnailProperties
Properties
| Improve this Doc View SourceDestination
Property for the destination, setting this also changes the dwFlags
Declaration
public RECT Destination { get; set; }
Property Value
Type | Description |
---|---|
RECT |
Opacity
Property for the Opacity, setting this also changes the dwFlags
Declaration
public byte Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Source
Property for the source, setting this also changes the dwFlags
Declaration
public RECT Source { get; set; }
Property Value
Type | Description |
---|---|
RECT |
SourceClientAreaOnly
Property SourceClientAreaOnly, setting this also changes the dwFlags
Declaration
public bool SourceClientAreaOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Visible
Visible property, setting this also changes the dwFlags
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |