Table of Contents

Class SaveFileAsCommandDefinition

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

Fields

CommandName

public const string CommandName = "File.SaveFileAs"

Field Value

string

Properties

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