CWinApp::SetDialogBkColor

CWinApp::SetDialogBkColor

This method is called from within the InitInstance method to set the default background and text color for dialog boxes and message boxes within your application.

void SetDialogBkColor(
COLORREF clrCtlBk = RGB(192, 192, 192),
COLORREF clrCtlText = RGB(0, 0, 0) ); 

Requirements

  Windows CE versions: 1.0 and later
  Header file: Declared in Afxwin.h
  Platform: H/PC Pro, Palm-size PC, Pocket PC

See Also

CWinApp::InitInstance

你可能感兴趣的:(CWinApp::SetDialogBkColor)