SRGWizSheet::AddCustomComponents

void SRGWizSheet::AddCustomComponents(SRGComboBox& combo)

Override this function to add custom derived component to the available component list and the others page. Each item you added to the combo box should has item data set to the pointer of the RUNTIME_CLASS of you component. So the item is usually added by calling the AddStringData(_T("ComponentName"), (SEC_DWORD)RUNTIME_CLASS(YourComponent));

Defined in: WizSheet.cpp

Return Value

void

Parameters

combo

The combobox that the component type information will be added to.