|  | 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
Syntaxpublic 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
Availability See Also
See Also