GBitmapButton

GBitmapButton — a bitmap button.

Synopsis

class GBitmapButton GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GBitmapButton

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

AddControlResizeFlags (ctrlid, flags)

Corresponds to CBitmapButton::AddControlResizeFlags.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CBitmapButton::Create.

EndResizeGroup ()

Corresponds to CBitmapButton::EndResizeGroup.

StartResizeGroup ()

Corresponds to CBitmapButton::StartResizeGroup.

This class also inherits the functions of GWindowBase.