ClipboardIcon class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:29

Description

The ClipboardIcon element is rendered as an icon allowing to add (clipboardplus) or remove (clipboardminus) to the clipboard the object specified by the parameter ObjectId.

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWinUIEmulationClipboardIconClassTopic.html

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

For the list of properties and methods, see:

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WebUIWinUIEmulationClipboardIconClassTopic_members+.html

Example

<l:ClipboardIcon 

         ObjectId="{Binding Path=[folderObject.id]}" 

/>

It typically appears within a <xp:StackPanel in a <CellTemplate:

  <CellTemplate>

    <xp:StackPanel 

                         VerticalAlignment="Top" 

                         Orientation="Horizontal" 

                         HorizontalAlignment="Left">

                         <l:ClipboardIcon 

                                 ObjectId="{Binding Path=[folderObject.id]}" 

                         />

Another example:

           <l:ClipboardIcon 

                         Height="16" 

                         Opacity="1.0" 

                         Content="Clip" 

                         ObjectId="{Binding Path=[image.id]}"

             Command="{x:Static l:Commands.ClickScript}" 

                 

                 />

See also

CheckOutIcon

ConfigIcon

MimeTypeIcon

ObjectTypeIcon

UnlockIcon