  | 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) Version: 25.0
Syntaxpublic abstract Control CreateControl()
Public MustOverride Function CreateControl As Control
Return Value
ControlMust return control. The control will be fill-docked to the page.
Revision History| Date | Version | Description | 
|---|
| - | 2019 SP2 | First Release | 
See Also