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