@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Used with [DTTOPTS] !!!!C# Definition: [Flags] enum DTT : uint { TextColor = (1UL << 0), BorderColor = (1UL << 1), ShadowColor = (1UL << 2), ShadowType = (1UL << 3), ShadowOffset = (1UL << 4), BorderSize = (1UL << 5), FontProp = (1UL << 6), ColorProp = (1UL << 7), StateID = (1UL << 8), CalcRect = (1UL << 9), ApplyOverlay = (1UL << 10), GlowSize = (1UL << 11), Callback = (1UL << 12), Composited = (1UL << 13) } !!!!VB Definition: Enum DTT TODO End Enum !!!!Notes: None. Documentation: DTT@msdn on MSDN
Edit Enums.DTT
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.