Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
DrawThemeBackgroundFlags (Enums)
.
Summary
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
TODO - a short description
9/12/2010 7:40:44 AM - -67.168.202.202
TODO - a short description
3/20/2011 8:55:36 PM - Craig Ellis (pinvokedotnet@twistedpine.com)-198.174.195.244
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!