Class EditorBaseControl
The base user control for editor UI panes.
Inheritance
EditorBaseControl
Implements
Inherited Members
Namespace: Gorgon.Editor.UI.Views
Assembly: Gorgon.Editor.API.dll
Syntax
public class EditorBaseControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
| Edit this page View SourceEditorBaseControl()
Initializes a new instance of the EditorBaseControl class.
Declaration
public EditorBaseControl()
Properties
| Edit this page View SourceIsDesignTime
Property to return whether or not the control is being used in a designer.
Declaration
[Browsable(false)]
public bool IsDesignTime { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceDispose(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. |