Share via


ButtonView_t::PaintNonPushStyle

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method draws a button that does not have the BS_PUSHBUTTON, BS_DEFPUSHBUTTON, or BS_PUSHLIKE style.

Syntax

static void PaintNonPushStyle(
  HWND hwnd,
  HDC hdc,
  HBRUSH hbr
);

Parameters

  • hwnd
    [in] Handle to a window for a button control that has a radio button or check box style.
  • hdc
    [in] Handle to a device context.
  • hbr
    [in] Handle to a brush when drawing the button.

Return Value

None.

Requirements

Header buttonview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later