Table of Contents

Class ViewHistoryCommandDefinition

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

Fields

CommandName

public const string CommandName = "View.History"

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