Skip to content

P_Aml_Editor_Plugin_Base_PluginBase_IsAutoActive

AutomationML edited this page Jun 24, 2019 · 1 revision

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

Syntax

C#

public bool IsAutoActive { get; set; }

VB

Public Property IsAutoActive As Boolean
	Get
	Set

C++

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

Property Value

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

Implements

IAMLEditorPlugin.IsAutoActive

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally