Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetBkColor" in [All]

gdi32

.
Summary
.

static extern uint SetBkColor(IntPtr hdc, int crColor);

.

Public Function SetBkColor(hdc As IntPtr, crColor as Integer) As UInteger

.

Public Declare Function SetBkColor Lib "gdi32.dll" _

.
Documentation
[SetBkColor] on MSDN
.

static extern int SetBkColor(IntPtr hdc, int crColor);

.

        SetBkColor(hdc, ColorTranslator.ToWin32(Color.LemonChiffon));

.

    Private Shared Function SetBkColor(ByVal hdc As IntPtr, ByVal crColor As Integer) As UInt32

.

            SetBkColor(Hdc, ColorTranslator.ToWin32(Me.BackColor))

Constants

4: EMR_
.

        EMR_SETBKCOLOR         = 25,

coredll

.

[DllImport ("coredll.dll", EntryPoint="SetBkColor", SetLastError=true)]

.

private static extern uint SetBkColorCE(IntPtr hdc, int crColor);

.

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

.
Documentation
[SetBkColor] on MSDN

shell32

.

        int SetBkColor(

Enums

.

            SETBKCOLOR               = (FIRST + 1),


 
Access PInvoke.net directly from VS: