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