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

DT (Enums)
 
.
Summary

C# Definition:

[Flags]
enum DTT : uint
{
    TextColor = (1 << 0),
    BorderColor = (1 << 1),
    ShadowColor = (1 << 2),
    ShadowType = (1 << 3),
    ShadowOffset = (1 << 4),
    BorderSize = (1 << 5),
    FontProp = (1 << 6),
    ColorProp = (1 << 7),
    StateID = (1 << 8),
    CalcRect = (1 << 9),
    ApplyOverlay = (1 << 10),
    GlowSize = (1 << 11),
    Callback = (1 << 12),
    Composited = (1 << 13)
}

VB Definition:

Enum DTT
   TODO
End Enum

Notes:

None.

Documentation
DTT on MSDN
 

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