Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_CommandIcon

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.CommandIcon Property

AutomationML Editor

Gets or sets the command icon which should be used, if the command is bound to a button control.

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

Syntax

C#

public BitmapImage CommandIcon { get; set; }

VB

Public Property CommandIcon As BitmapImage
	Get
	Set

C++

public:
property BitmapImage^ CommandIcon {
	BitmapImage^ get ();
	void set (BitmapImage^ value);
}

Property Value

Type: BitmapImage

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally