Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

DrawThemeBackgroundFlags (Enums)
 
.
Summary
Used in the DTBGOPTS structure with the DrawThemeBackgroundEx function.
Summary
TODO - a short description

C# Definition:

private enum DrawThemeBackgroundFlags : uint
public enum DrawThemeBackgroundFlags : uint
{
    ClipRect      = 0x00000001,
    DrawSolid     = 0x00000002,
    OmitBorder    = 0x00000004,
    OmitContent       = 0x00000008,
    ComputingRegion   = 0x00000010,
    MirrorDC      = 0x00000020
}

VB.NET Definition:

Private Enum DrawThemeBackgroundFlags As UInteger
    ClipRect = &H1
    DrawSolid = &H2
    OmitBorder = &H4
    OmitContent = &H8
    ComputingRegion = &H10
    MirrorDC = &H20
End Enum

VB Definition:

TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions