Class CommandDefinitionBase
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
IsList
Gets a value indicating whether the command definition is a list of commands.
public abstract bool IsList { get; }
Property Value
Name
Gets the command name.
public abstract string Name { get; }
Property Value
Text
Gets the command name text.
public abstract string Text { get; }
Property Value
ToolTip
Gets the tool tip text.
public abstract string ToolTip { get; }