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