Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_DisplayName

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.DisplayName Property

AutomationML Editor

Gets the display name (This returns only the CommandName). A DisplayName Property is needed to bind the CommandName to UI controls.

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

Syntax

C#

public string DisplayName { get; }

VB

Public ReadOnly Property DisplayName As String
	Get

C++

public:
property String^ DisplayName {
	String^ get ();
}

Property Value

Type: String

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally