Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_IsAutoActive

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.IsAutoActive Property

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.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

bool IsAutoActive { get; set; }

VB

Property IsAutoActive As Boolean
	Get
	Set

C++

property bool IsAutoActive {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
true if this instance is automatic active; otherwise, false.

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally