Table of Contents

Class ShowServiceViewCommandDefinition

Namespace
Loehnert.Lisrt.Modules.Commands
Assembly
Loehnert.Lisrt.Modules.dll

A command definition for a command that shows the service view of the selected ILisrtModule if it has IHasServiceView implemented.

[CommandDefinition]
public class ShowServiceViewCommandDefinition : CommandDefinition
Inheritance
ShowServiceViewCommandDefinition
Inherited Members
Extension Methods

Fields

KeyGesture

The key gesture for ShowServiceViewCommandDefinition.

[Export]
public static readonly CommandKeyboardShortcut KeyGesture

Field Value

CommandKeyboardShortcut

MouseGesture

The mouse gesture for the ShowServiceViewCommandDefinition.

[Export]
public static readonly CommandMouseShortcut MouseGesture

Field Value

CommandMouseShortcut

Properties

IconSource

Gets the Uri for the icon.

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 text.

public override string Text { get; }

Property Value

string

ToolTip

Gets the tooltip.

public override string ToolTip { get; }

Property Value

string