Performs the action encapsulated in this IActionUnit.
[Visual Basic] Function DoAction() As Boolean [C#] bool DoAction(); [C++] bool DoAction() = 0; [JScript] function DoAction() : Boolean;
true if the action was successfully carried out; otherwise false.
The implementation should automatcially toggle between being an Undo or Redo action each time DoAction is called.
IActionUnit Interface | IActionUnit Members | System.ComponentModel.Design Namespace