GetTextColor (coredll)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport ("coredll.dll", EntryPoint="GetTextColor", SetLastError=true)]
private static extern int GetTextColorCE(IntPtr hdc);

VB Signature:

Declare Function GetTextColor Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation