SpreadsheetGear 2017
UndoSupport Property (Command)






SpreadsheetGear.Commands Namespace > Command Class : UndoSupport Property
Override this property to specify whether or not this command is undoable.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property UndoSupport As CommandUndoSupport
'Usage
 
Dim instance As Command
Dim value As CommandUndoSupport
 
value = instance.UndoSupport
public abstract CommandUndoSupport UndoSupport {get;}
public read-only property UndoSupport: CommandUndoSupport; abstract; 
public __abstract function get UndoSupport : CommandUndoSupport
public: __property abstract CommandUndoSupport get_UndoSupport();
public:
abstract property CommandUndoSupport UndoSupport {
   CommandUndoSupport get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Command Class
Command Members
CommandUndoSupport Enumeration