ControlPersister::PersistControl Method
.NET Framework (current version)
Gets a string of data that represents the persisted form of the specified control.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | PersistControl(Control^) | Gets a string of data that represents the persisted form of the specified control. |
![]() ![]() | PersistControl(Control^, IDesignerHost^) | Gets a string of data that represents the persisted form of the specified control, using the specified designer host. |
![]() ![]() | PersistControl(TextWriter^, Control^) | Outputs a string of data that represents the persisted form of the specified control to the specified TextWriter. |
![]() ![]() | PersistControl(TextWriter^, Control^, IDesignerHost^) | Outputs a string of data that represents the persisted form of the specified control to the specified TextWriter, using the specified designer host. |
Show:

