IWebClipboard

Assembly: WebForms;

Description

The IWebClipboard interface is used to work with web form clipboard.

Inheritance Hierarchy

IWebClipboard

Comments

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.

Properties

  Property name Brief description
Text The Text property determines the text copied to clipboard.

See also:

WebForms Assembly Interfaces