Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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