Click or drag to resize
ProfileOptionsExtensionCreateControl Method
Provide the control for your options page. This is called in lazy-load manner, when the user selects this profile options extension from the tree.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract Control CreateControl()

Return Value

Type: Control
Must return control. The control will be fill-docked to the page.
Availability

CUSTOMTOOLS 2017 SP2


See Also