Class ShowServiceViewCommandDefinition
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
MouseGesture
The mouse gesture for the ShowServiceViewCommandDefinition.
[Export]
public static readonly CommandMouseShortcut MouseGesture
Field Value
Properties
IconSource
Gets the Uri for the icon.
public override Uri IconSource { get; }
Property Value
Name
Gets the command name.
public override string Name { get; }
Property Value
Text
Gets the command text.
public override string Text { get; }
Property Value
ToolTip
Gets the tooltip.
public override string ToolTip { get; }