Compartilhar via


ButtonView_t::PaintNonPushStyle (Windows CE 5.0)

Send Feedback

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.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.