Table of Contents

Class ViewEditorCommandDefinition

Namespace
Loehnert.Lisrt.Scripting.Editor.Commands
Assembly
Loehnert.Lisrt.Scripting.dll

CommandDefinition for opening the IProjectItem with an editor.

[CommandDefinition]
public class ViewEditorCommandDefinition : CommandDefinition
Inheritance
ViewEditorCommandDefinition
Inherited Members

Fields

KeyGesture

The key gesture for ViewEditorCommandDefinition.

[Export]
public static readonly CommandKeyboardShortcut KeyGesture

Field Value

CommandKeyboardShortcut

MouseGesture

The mouse gesture for the ViewEditorCommandDefinition.

[Export]
public static readonly CommandMouseShortcut MouseGesture

Field Value

CommandMouseShortcut

Properties

IconSource

Gets the icon source.

public override Uri IconSource { get; }

Property Value

Uri

Name

Gets the command name.

public override string Name { get; }

Property Value

string

Text

Gets the command name text.

public override string Text { get; }

Property Value

string

ToolTip

Gets the tool tip.

public override string ToolTip { get; }

Property Value

string