-
Notifications
You must be signed in to change notification settings - Fork 4
P_Aml_Editor_Plugin_Base_PluginBase_IsAutoActive
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
Gets or sets a value indicating whether this instance is automatic active when loaded. This value can be initially set and will be defined by the user.
Namespace: Aml.Editor.Plugin.Base
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public bool IsAutoActive { get; set; }VB
Public Property IsAutoActive As Boolean
Get
SetC++
public:
virtual property bool IsAutoActive {
bool get () sealed;
void set (bool value) sealed;
}Type: Booleantrue if this instance is automatic active; otherwise, false.
The AutomationML Editor PlugIn Implementation Guide
Copyright © AutomationML e.V. 2018
Send comments on this topic to AutomationML office.
- AutomationML Editor API Reference Guide
- Version History
-
AutomationML Editor Plugin Development
- PluginBase Class
- DockPositionEnum Enumeration
- IAMLEditorExternalsPlugin Interface
- IAMLEditorPlugin Interface
- IAMLEditorPluginMetadata Interface
- IAMLEditorView Interface
- IAMLEditorViewCollection Interface
- INotifyAMLDocumentLoad Interface
- INotifyViewActivation Interface
- ISupportsSelection Interface
- IToolBarIntegration Interface
- PluginCommand Class
- PluginCommandsEnum Enumeration
- Aml.Editor.Plugin.Contracts.Commanding Namespace