Click or drag to resize
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.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public abstract void LoadData(
	byte[] storedData
)

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

CUSTOMTOOLS 2017 SP2


See Also