Gets a value indicating whether the command does anything.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected virtual bool HasEffect { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property HasEffect As Boolean |
true if the command performs an actual modification; otherwise, false.
RemarksCommands that have no effect are not stored in the undo history.
See Also