Skip to content

GVerelst/ActOnShapeSelection

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

ActOnShapeSelection

The purpose of this project is explained in detail at https://www.codeproject.com/Articles/1228441/Creating-a-Visio-Add-In-in-VS.

How can I in Visio change the color to a previously selected color just by selecting a shape? Sounds simple enough, but there are some caveats, so here is my attempt to tackle this problem. The main caveats were:

  • hooking up the SelectionChanged event
  • keeping and accessing the state in the Ribbon (for the default color)
  • setting the color of the selected shape

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages