Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_IsActive

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.IsActive Property

AutomationML Editor

Gets a value indicating whether this instance is active.

Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

bool IsActive { get; }

VB

ReadOnly Property IsActive As Boolean
	Get

C++

property bool IsActive {
	bool get ();
}

Property Value

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

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally