CPane::SetMiniFrameRTC

Sets the runtime class information for the default mini-frame window.

void SetMiniFrameRTC(
    CRuntimeClass* pClass
);

Parameters

  • [in] [out] pClass
    Specifies the runtime class information for the mini-frame window.

Remarks

When a pane is floated, it is put on a CPaneFrameWnd (mini-frame) window. You can provide a custom CPaneFrameWnd-derived class that will be used when CPane::CreateDefaultMiniframe is called.

Requirements

Header: afxPane.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CPane Class