Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8438183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:38:21+00:00 2026-06-10T07:38:21+00:00

I am building a PowerPoint 2010 C# add-in using Visual Studio 2010. One of

  • 0

I am building a PowerPoint 2010 C# add-in using Visual Studio 2010. One of the functions of the add-in is to add a shape to the current slide. Once the shape is added to the slide though, I need to prevent it from being copied. That is where I am running into issues. I have looked at all the application level events and am not seeing any sort of beforeCopy or beforePaste type of events.

The only option I can think of right now is to add a keydown event listener to listen for “ctrl+c” and block that if my shape is selected and then create a custom right click menu (not even sure if I can yet) to remove the “Copy” option if my shape is selected. There has to be simpler option though.

Anyone have any ideas how I would prevent a user from copying a shape?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T07:38:23+00:00Added an answer on June 10, 2026 at 7:38 am

    The commands executed by built-in ribbon buttons Microsoft Office can be disabled or re-routed. Microsoft calls this “Repurposing”, an introduction can be found here.

    So another approach could be to “repurpose” the built-in Copy button with something like this. (Needs to be returned by GetCustomUI to customize the ribbon, see the link above.) This modifies the action executed by the Copy button and the callback method that determines whether the button is enabled or not.

    <command idMso="Copy" onAction="copyAction" getEnabled="copyEnabled" />
    

    Implement copyAction to return cancelDefault = true when your shape is selected so it will not be copied.

    Implement copyEnabled to return false if your shape is selected. Remember to invalidate the button on selection change events.

    Actually, one of both approaches should be sufficient. I guess onAction is easier to implement.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a VSTO add-in for Powerpoint 2010 and the options the add-in sets
Building a solution from Visual Studio in mono develop seems to have some issues.
building a site using PHP and MySQL that needs to store a lot of
Building a sample ASP.NET MVC app. Using the Membership API for authentication. For whatever
Building an app using android.support.v4.app , targeting API level 8. Everything's working as planned
Building a website using a PHP based Ecommerce product Magento. The problem I have
I'm building an application using WPF that will be a designer of sorts, meaning,
Building a test web service and all was working great, so I added the
Building my first web app using Yii and wondering if it is best to
Building a Monodroid application we've been using Protobuf-net for serialization. It works in debug

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.