Searched refs:lpDrawItemStruct (Results 1 – 2 of 2) sorted by relevance
20 virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);23 void custom_bitmap_button::DrawBitmap(LPDRAWITEMSTRUCT lpDrawItemStruct);
466 void custom_bitmap_button::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) in DrawItem() argument484 dc->FillRect(&lpDrawItemStruct->rcItem, &brush); in DrawItem()488 DrawBitmap(lpDrawItemStruct); in DrawItem()491 UINT state = lpDrawItemStruct->itemState; in DrawItem()495 CRect rect = lpDrawItemStruct->rcItem; in DrawItem()