  | UserOptionsExtensionLoadData Method | 
            Called after 
CreateControl.
            Setup the control you created with this stored data.
            
 Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic abstract void LoadData(
	byte[] storedData
)
Public MustOverride Sub LoadData ( 
	storedData As Byte()
)
Parameters
- storedData  Byte
 - Data stored for current extension to this user in current profile context. Null if nothing stored. See GetSaveData(Boolean) for storing the data.
 
Revision History| Date | Version | Description | 
|---|
| - | 2019 SP2 | First Release | 
See Also