GetTextColor (gdi32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern uint GetTextColor(IntPtr hdc);

VB.NET Signature

<DllImport("gdi32.dll", SetLastError:=True)> _
public Function GetTextColor(hdc As IntPtr) As UInteger
End Function

VB Signature

Public Declare Function GetTextColor Lib "gdi32" _
         (ByVal hDC As Long) As Long

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation