Diagrams
User Guide
using Visio=Microsoft.Office.Interop.Visio;
foreach(Visio.Shape shape in visApp.ActivePage.Shapes)
if(shape.get_CellsU("User.ElementType").get_ResultStr
(Visio.VisUnitCodes.visNoCast) == ElemType)
string.Format("\"{0}\"", Description);
if( WindowManager.Instance.MainForm.ActiveMdiChild != null )
if(_activeCtrl != null && !(_activeCtrl is AxDrawingControl))
foreach(System.Windows.Forms.Control ctrl in
if(ctrl is AxDrawingControl)