The ClipboardToolbar type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ClipboardToolbar | Initializes a new instance of the ClipboardToolbar class |
Methods
| Name | Description | |
|---|---|---|
| Copy_Click |
Handles the Click event of the Copy control.
| |
| CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Overrides Control..::.CreateChildControls()()().) | |
| Cut_Click |
Handles the Click event of the Cut control.
| |
| GetClipboard |
Gets the clipboard.
| |
| InitClipboard |
Inits the clipboard.
| |
| LoadButtons |
Enable/Disable the various clipboard buttons based on various business rules.
| |
| OnLoad |
Raises the Load event.
(Overrides Control..::.OnLoad(EventArgs).) | |
| Paste_Click |
Handles the Click event of the Paste control.
| |
| PasteShortcut_Click |
Handles the Click event of the PasteShortcut control.
| |
| Render |
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Overrides Control..::.Render(HtmlTextWriter).) | |
| SendErrorMessage |
Sends an error message via a delegate.
| |
| SendStatusMessage |
Sends a status message via a delegate.
| |
| ToClipboard |
Places all checked items on the clipboard.
|
Properties
| Name | Description | |
|---|---|---|
| AllowMultiCollections |
Gets or sets a value indicating whether the clipboard allows different object types within the same folder.
| |
| UseCut |
Gets or sets a value indicating whether the clipboard allows the "Cut" button.
| |
| UseObjectID |
Gets or sets a value indicating whether the clipboard uses a single object (PhoenixSession.ObjectID) instead of a checked list.
| |
| UsePasting |
Gets or sets a value indicating whether the clipboard allows the "Paste" button.
| |
| UseShortcutPasting |
Gets or sets a value indicating whether the clipboard allows the "Paste as Shortcut" button.
|
Events
| Name | Description | |
|---|---|---|
| ClipboardError |
Occurs when [clipboard error].
| |
| ClipboardSuccess |
Occurs when [clipboard success].
| |
| GetSelectedItems |
A method that will be called when a collection of the selected item is needed.
| |
| ItemsPasted |
Occurs when [items pasted].
|
