Table of Contents

Class CommandDefinitionBase

Namespace
Gemini.Framework.Commands
Assembly
Gemini.dll

Represents base class for command definition.

public abstract class CommandDefinitionBase
Inheritance
CommandDefinitionBase
Derived
Inherited Members

Properties

IconSource

Gets a the icon URI.

public abstract Uri IconSource { get; }

Property Value

Uri

IsList

Gets a value indicating whether the command definition is a list of commands.

public abstract bool IsList { get; }

Property Value

bool

Name

Gets the command name.

public abstract string Name { get; }

Property Value

string

Text

Gets the command name text.

public abstract string Text { get; }

Property Value

string

ToolTip

Gets the tool tip text.

public abstract string ToolTip { get; }

Property Value

string