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 DT : uint
{
    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 DT
   TODO
End Enum

Notes:

None.

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
Find References
Show Printable Version
Revisions