NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentDesigner.SetPropertyWithUndo

[To be supplied.]

Overload List

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);

See Also

ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace