Click or drag to resize

PropertyGridAdapterT Constructor

Constructor

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public PropertyGridAdapter(
	ICTExtension ext,
	bool bCloneSettings = false
)

Parameters

ext  ICTExtension
bCloneSettings  Boolean  (Optional)
It's better not to clone the settings, if the settings are shared for multiple GUIs. Otherwise PropertyGrid will always override those settings. However, this will affect the object given for this class at LoadFrom(T), without possiblity to cancel. So SaveTo(T) basically is useless then.
See Also