Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_IsChecked

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.IsChecked Property

AutomationML Editor

Gets or sets a value indicating whether this instance is a toggle command. Toggle Commands get a Check Box in the MenuItem

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

Syntax

C#

public bool IsChecked { get; set; }

VB

Public Property IsChecked As Boolean
	Get
	Set

C++

public:
property bool IsChecked {
	bool get ();
	void set (bool value);
}

Property Value

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

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally