| 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.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public abstract Control CreateControl()
Public MustOverride Function CreateControl As Control
Return Value
Type:
ControlMust return control. The control will be fill-docked to the page.
Availability See Also