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
Summary

C# Definition:

[Flags]
enum DTT : uint
enum DT : 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)
    Top = 0x00000000,
    Left = 0x00000000,
    Center = 0x00000001,
    RIght = 0x00000002,
    VCenter = 0x00000004,
    Bottom = 0x00000008,
    WordBreak = 0x00000010,
    SingleLine = 0x00000020,
    ExpandTabs = 0x00000040,
    TabStop = 0x00000080,
    NoClip = 0x00000100,
    ExternalLeading = 0x00000200,
    CalcRect = 0x00000400,
    NoPrefix = 0x00000800,
    Internal = 0x00001000,
    EditControl = 0x00002000,
    PathEllipsis = 0x00004000,
    EndEllipsis = 0x00008000,
    ModifyString = 0x00010000,
    RtlReading = 0x00020000,
    WordEllipsis = 0x00040000,
    NoFullWidthCharBreak = 0x00080000,
    Hideprefix = 0x00100000,
    PrefixOnly = 0x00200000
}

VB Definition:

Enum DTT
Enum DT
   TODO
End Enum

Notes:

None.

Documentation
DTT on MSDN
Documentation
DT 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