Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_IsCheckable

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.IsCheckable Property

AutomationML Editor

Gets or sets a value indicating whether this instance is a checkable command. Checkable 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 IsCheckable { get; set; }

VB

Public Property IsCheckable As Boolean
	Get
	Set

C++

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

Property Value

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

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally