BCGControlBar Pro for MFC
CRuntimeClass* CBCGPSlider::m_pSliderRTC
static

Pointer to runtime class information of CBCGPSlider - derived object.

Set this member if you need to make the framework creating you custom splitters.

For example:

Copy
class CMySplitter : public CBCGPSlider
{
.....
};
CBCGPSlider::m_pSliderRTC = RUNTIME_CLASS(CMySpliter);