Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_CommandToolTip

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.CommandToolTip Property

AutomationML Editor

Gets or sets the command tool tip

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

Syntax

C#

public string CommandToolTip { get; set; }

VB

Public Property CommandToolTip As String
	Get
	Set

C++

public:
property String^ CommandToolTip {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The command tool tip.

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally