DwmThumbnailPropertiesFlags Enumeration
Specifies flags used by the
DwmThumbnailProperties structure to
indicate which of its members contain valid information.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DwmThumbnailPropertiesFlags
<FlagsAttribute>
Public Enumeration DwmThumbnailPropertiesFlags
Dim instance As DwmThumbnailPropertiesFlags
[FlagsAttribute]
public enum class DwmThumbnailPropertiesFlags
[<FlagsAttribute>]
type DwmThumbnailPropertiesFlags
No code example is currently available or this language may not be supported.
RectDestination |
1 |
A value for the rcDestination member has been specified.
|
RectSource |
2 |
A value for the rcSource member has been specified.
|
Opacity |
4 |
A value for the opacity member has been specified.
|
Visible |
8 |
A value for the fVisible member has been specified.
|
SourceClientAreaOnly |
16 |
A value for the fSourceClientAreaOnly member has been specified.
|