Table of Contents

Class OpenSettingsCommandDefinition

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

Fields

CommandName

public const string CommandName = "Tools.Options"

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