Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Holds a pointer to runtime class information about a CPaneDivider-derived object.
AFX_IMPORT_DATA static CRuntimeClass* m_pSliderRTC;
Remarks
Set this member variable if you create a custom pane divider. This enables the framework to create your pane divider when the pane is drawn.
Example
The following example shows how to set the m_pSliderRTC member variable:
class CMySplitter : public CPaneDivider
{
...
};
CPaneDivider::m_pSliderRTC = RUNTIME_CLASS(CMySpliter);
Requirements
Header: afxPaneDivider.h