Class CommandListDefinition
public abstract class CommandListDefinition : CommandDefinitionBase
- Inheritance
-
CommandListDefinition
- Derived
- Inherited Members
Properties
IconSource
Gets a the icon URI.
public override sealed Uri IconSource { get; }
Property Value
IsList
Gets a value indicating whether the command definition is a list of commands.
public override sealed bool IsList { get; }
Property Value
Text
Gets the command name text.
public override sealed string Text { get; }
Property Value
ToolTip
Gets the tool tip text.
public override sealed string ToolTip { get; }