Class ObjectExplorerWindow
Interaction logic for MainWindow.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public class ObjectExplorerWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceObjectExplorerWindow()
Initialize new explorer instance
Declaration
public ObjectExplorerWindow()
Methods
| Improve this Doc View SourceInspectObject(Type)
Opens a type for inspection
Declaration
public void InspectObject(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | Type to inspect |
Implements
ISaveableLayout
IFocusableControlBase