Click here to Skip to main content
15,905,593 members

Comments by Francis Pradeep Kumar (Top 1 by date)

Francis Pradeep Kumar 18-Jan-12 7:02am View    
Thanks Jason, One more question

is the <ribboncommand> tag also removed from the latest version of Ribbon Library ????

See the below code sample, it throws error as "The type r:RibbonCommand is not found".

<r:ribbongroup>
<r:ribbongroup.command>
<r:ribboncommand labeltitle="Clipboard"
smallimagesource="images/clipboard.png">

<r:ribbonbutton command="{StaticResource CutCommand}">
<r:ribbonbutton command="{StaticResource CopyCommand}">
<r:ribbonbutton command="{StaticResource PasteCommand}">