 | PropertyGridAdapterT Constructor |
Constructor
Namespace: CTExtensions.ExportCore.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic PropertyGridAdapter(
ICTExtension ext,
bool bCloneSettings = false
)
Public Sub New (
ext As ICTExtension,
Optional bCloneSettings As Boolean = 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