Adds a custom configuration page using the given path to a .NET assembly and the name of the custom user control residing in the assembly.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
- pPlugin
- A plugin object.
- AsmPath
- A full path to the assembly containing the .NET user control type that will be created and embedded into a custom property page.
- UserControlClass
- A full name of the user control that will be instantiated and embedded into a new custom property page.
- Caption
- A text displayed as custom property page title.
AddCustomUserControlPage allows .NET user controls to be embedded into a custom property page.





