Click or drag to resize
UserOptionsExtensionLoadData Method
Called after CreateControl. Setup the control you created with this stored data.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract void LoadData(
	byte[] storedData
)

Parameters

storedData
Type: SystemByte
Data stored for current extension to this user in current profile context. Null if nothing stored. See GetSaveData(Boolean) for storing the data.
Availability

CUSTOMTOOLS 2019 SP2


See Also