Kanzi 4.1.0
PluginCommandWithCustomUndo Interface Reference
Inheritance diagram for PluginCommandWithCustomUndo:
[legend]
Collaboration diagram for PluginCommandWithCustomUndo:
[legend]

Public Member Functions

void Undo ()
 
- Public Member Functions inherited from PluginCommand
void Execute (PluginCommandParameter parameter)
 
- Public Member Functions inherited from PluginCommandBase
bool CanExecute (PluginCommandParameter parameter)
 
- Public Member Functions inherited from PluginContent
void Initialize (KanziStudio studio)
 Provides access to KanziStudio object for plugins.
 

Properties

bool IsUndoable [get]
 
- Properties inherited from PluginCommandBase
CommandPlacement CommandPlacement [get]
 
- Properties inherited from PluginContent
string Description [get]
 Gets the description of the plugin as it is defined in the Description function in the class that implements the PluginCommand interface.
 
string DisplayName [get]
 Gets the name of the plugin that is shown in Kanzi Studio.
 
string Name [get]
 Gets the internal name of the plugin as it is defined in the Name function in the class that implements the PluginCommand interface.
 

Member Function Documentation

◆ Undo()

void Undo ( )

Property Documentation

◆ IsUndoable

bool IsUndoable
get