Table of Contents

Class SaveAllFilesCommandDefinition

Namespace
Gemini.Modules.Shell.Commands
Assembly
Gemini.dll
[CommandDefinition]
public class SaveAllFilesCommandDefinition : CommandDefinition
Inheritance
SaveAllFilesCommandDefinition
Inherited Members

Fields

CommandName

public const string CommandName = "File.SaveAllFiles"

Field Value

string

KeyGesture

[Export]
public static CommandKeyboardShortcut KeyGesture

Field Value

CommandKeyboardShortcut

Properties

IconSource

Gets a the icon URI. Returns null.

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

public override string ToolTip { get; }

Property Value

string