Share via


ButtonView_t::PaintNonPushStyle

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

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 Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Buttonview.hpp.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.