setbkcolor (gdi32)
Last changed: -108.171.131.170

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern uint SetBkColor(IntPtr hdc, int crColor);

VB.NET Signature

<DllImport("gdi32.dll", SetLastError:=True)> _
Public Shared Function SetBkColor(hdc As IntPtr, crColor as Integer) As UInteger
End Function

VB Signature

Public Declare Function SetBkColor Lib "gdi32.dll" _
         (ByVal prmlngHDc As Long, _
          ByVal ColorRef 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
SetBkColor on MSDN