|  | ProfileOptionsExtensionLoadData Method  | 
 
            Called after 
CreateControl.
            Setup the control you created with this stored data.
            
 
    Namespace: 
   CTExtensions.Interfaces
    Assembly:
   CTInterface (in CTInterface.dll)
 Syntax
Syntaxpublic abstract void LoadData(
	byte[] storedData
)
Public MustOverride Sub LoadData ( 
	storedData As Byte()
)
Parameters
- storedData
- Type: SystemByte
 Data stored for current extension to this profile. Null if nothing stored. See GetSaveData(Boolean) for storing the data.
 Availability
Availability See Also
See Also