CBasePane::GetPaneIcon

Returns a handle to the pane icon.

virtual HICON GetPaneIcon(
   BOOL bBigIcon
);

Parameters

  • [in] bBigIcon
    Specifies a 32 pixel by 32 pixel icon if TRUE; specifies a 16 pixel by 16 pixel icon if FALSE.

Return Value

A handle to the pane icon. If unsuccessful, returns NULL.

Remarks

The default implementation calls CWnd::GetIcon.

Requirements

Header: afxbasepane.h

See Also

Reference

CBasePane Class

Hierarchy Chart