IEditorActivity Interface Members
- Last UpdatedAug 21, 2026
- 2 minute read
The following tables list the members exposed by IEditorActivity.
| Name | Description | |
|---|---|---|
![]() | IsActive | Gets or sets a value indicating whether an activity is active or not. (Inherited from ArchestrA.Client.AppConfig.IAppActiveAware) |
![]() | Label | Gets the label to be displayed on top for this activity. |
| Name | Description | |
|---|---|---|
![]() | CanCloseEditor | Called when the editor is closed to allow the activity to prevent the close |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | RegisterCommands | Registers activity specific commands at the Command Manager. |

