Gets a value indicating whether the command does anything.
Namespace: MindFusion.Charting.Commands
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected virtual bool HasEffect { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property HasEffect As Boolean |
A boolean value.
RemarksCommands that have no effect are not stored in the undo history.
See Also