 | ProfileOptionsExtension.LoadData Method |
[This is preliminary documentation and is subject to change.]
Called after
CreateControl().
Setup the control you created with this stored data.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic abstract void LoadData(
byte[] storedData
)
Public MustOverride Sub LoadData (
storedData As Byte()
)
Parameters
- storedData
- Type:System.Byte[]
Data stored for current extension to this profile. Null if nothing stored. See GetSaveData(Boolean) for storing the data.
Availability
See Also