DisposableCommand.Execute override.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected override bool Execute () |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function Execute () As Boolean |
true if the command should be registered in the undo history; otherwise, false. Always returns false.
See Also