CMDIChildWndEx::GetPane

Finds a pane by the specified control ID.

CBasePane* GetPane(
   UINT nID
);

Parameters

  • [in] nID
    The control ID of the pane to find.

Return Value

A pointer to the pane if found, otherwise NULL.

Requirements

Header: afxmdichildwndex.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMDIChildWndEx Class