Click or drag to resize

UserOptionsExtension.CreateControl 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) Version: 25.0
Syntax
public abstract Control CreateControl()

Return Value

Control
Must return control. The control will be fill-docked to the page.
Revision History
DateVersionDescription
-2019 SP2First Release
See Also