Desktop Functions: Smart Device Functions:
|
Search Results for "SetBkColor" in [All]shell32
int SetBkColor( gdi322: SetBkColor
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" _ 3: SetTextColor
static extern int SetBkColor(IntPtr hdc, int crColor);
SetBkColor(hdc, ColorTranslator.ToWin32(Color.LemonChiffon)); 4: TextOut
Private Shared Function SetBkColor(ByVal hdc As IntPtr, ByVal crColor As Integer) As UInt32
SetBkColor(Hdc, ColorTranslator.ToWin32(Me.BackColor)) Constants5: EMR_
EMR_SETBKCOLOR = 25, Enums
SETBKCOLOR = (FIRST + 1), coredll7: SetBkColor |