Assembly: WebForms;
The IWebClipboard interface is used to work with web form clipboard.
IWebClipboard
Web form clipboard can be obtained using the IWebFormComponent.Clipboard property. One can only write to clipboard. The copied text is pasted from clipboard using browser means: by pressing CTRL+V or selecting corresponding context menu item.
| Property name | Brief description | |
![]() |
Text | The Text property determines the text copied to clipboard. |
See also: