Executes the command based on the current settings (abstract).
| C# | Visual Basic | Visual C++ |
public abstract void Execute()
Public MustOverride Sub Execute
public: virtual void Execute() abstract
If a commands Enabled value is false, a call to Execute()()() should have no effect
(and not throw an exception).