| PropertyGridAdapterTLoadFrom Method |
Clone the object and set the close to view.
Namespace:
CTExtensions.ExportCore.Config
Assembly:
CTInterface (in CTInterface.dll)
Syntax public override void LoadFrom(
T settings
)
Public Overrides Sub LoadFrom (
settings As T
)
Parameters
- settings
- Type: T
Object to show in property grid
See Also