Skip to content

P_Aml_Editor_Plugin_Contracts_IAMLEditorView_PaneImage

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorView.PaneImage Property

AutomationML Editor

Gets the image which should be used in the Header of the PlugIn window. If no image is defined the editor uses a default image.

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

Syntax

C#

BitmapImage PaneImage { get; }

VB

ReadOnly Property PaneImage As BitmapImage
	Get

C++

property BitmapImage^ PaneImage {
	BitmapImage^ get ();
}

Property Value

Type: BitmapImage

See Also

Reference

IAMLEditorView Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally