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.
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
Documentation
Used with [DrawThemeTextEx]
9/6/2016 1:46:14 PM - -50.241.168.105
TODO - a short description
7/7/2014 8:21:25 AM - jnm2-50.241.168.105
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!