Skip to content

P_Aml_Editor_Plugin_Contracts_PluginCommand_CommandButtonContent

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.CommandButtonContent Property

AutomationML Editor

Gets or sets the button content which should be used, if the command is bound to a button control. This is an alternative to the CommandIcon property if the button content is not an icon but any content. The content will be loaded to the Button using a content presenter.

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

Syntax

C#

public FrameworkElement CommandButtonContent { get; set; }

VB

Public Property CommandButtonContent As FrameworkElement
	Get
	Set

C++

public:
property FrameworkElement^ CommandButtonContent {
	FrameworkElement^ get ();
	void set (FrameworkElement^ value);
}

Property Value

Type: FrameworkElement

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally