Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_IsActive

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.IsActive Property

AutomationML Editor

Gets a value indicating whether this instance is active.

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

Syntax

C#

public bool IsActive { get; protected set; }

VB

Public Property IsActive As Boolean
	Get
	Protected Set

C++

public:
virtual property bool IsActive {
	bool get () sealed;
	protected: void set (bool value) sealed;
}

Property Value

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

Implements

IAMLEditorPlugin.IsActive

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally