Click or drag to resize

UserOptionsExtensionCreateControl Method

Provide the control for your 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 2019 SP2


See Also