Class InspectorControl
Implements the IInspector interface for the WinForms platform.
Inheritance
InspectorControl
Implements
Namespace: Northwoods.Go.Extensions
Assembly: DataInspectorWinForms.dll
Syntax
public class InspectorControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IInspector
Constructors
InspectorControl()
Declaration
public InspectorControl()
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
UpdatePropertiesFromInput(Inspector)
Implements UpdatePropertiesFromInput(Inspector) to update data properties.
Declaration
public void UpdatePropertiesFromInput(Inspector inspector)
Parameters
Type | Name | Description |
---|---|---|
Inspector | inspector |
UpdateUI(Inspector, bool)
Implements UpdateUI(Inspector, bool) to update the input fields or rebuild the table of inputs.
Declaration
public void UpdateUI(Inspector inspector, bool rebuild = false)
Parameters
Type | Name | Description |
---|---|---|
Inspector | inspector | |
bool | rebuild |