[To be supplied.]
Sets the given property to the given value by using the undo service, so the property set can be undone by the user.
[Visual Basic] Overloads Overridable Protected Sub SetPropertyWithUndo(IComponent, String, Object)
[C#] protected virtual void SetPropertyWithUndo(IComponent, String, Object);
[C++] protected: virtual void SetPropertyWithUndo(IComponent*, String, Object);
[JScript] protected function SetPropertyWithUndo(IComponent, String, Object);
Sets the given property to the given value by using the undo service, so the property set can be undone by the user.
[Visual Basic] Overloads Overridable Protected Sub SetPropertyWithUndo(IComponent, PropertyDescriptor, Object)
[C#] protected virtual void SetPropertyWithUndo(IComponent, PropertyDescriptor, Object);
[C++] protected: virtual void SetPropertyWithUndo(IComponent*, PropertyDescriptor, Object);
[JScript] protected function SetPropertyWithUndo(IComponent, PropertyDescriptor, Object);
ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace