InvisibleApp Object Members

Visio Automation Reference

Represents an invisible instance of Microsoft Office Visio. The properties of the InvisibleApp object are identical to those of the Application object.

Methods

  Name Description
Aa342255.methods(en-us,office.12).gif AddUndoUnit Adds an object that supports the IOleUndoUnit or IVBUndoUnit interface to the Microsoft Office Visio undo queue.
Aa342255.methods(en-us,office.12).gif BeginUndoScope Starts a transaction with a unique scope ID for an instance of Microsoft Office Visio.
Aa342255.methods(en-us,office.12).gif ClearCustomMenus Restores the built-in Microsoft Office Visio menus.
Aa342255.methods(en-us,office.12).gif ClearCustomToolbars Restores the built-in Microsoft Visio toolbars.
Aa342255.methods(en-us,office.12).gif ConvertResult Converts a string or number into an equivalent number in different measurement units.
Aa342255.methods(en-us,office.12).gif DoCmd Performs the command that has the indicated command ID.
Aa342255.methods(en-us,office.12).gif EndUndoScope Ends or cancels a transaction that has a unique scope.
Aa342255.methods(en-us,office.12).gif EnumDirectories Returns an array naming the folders Microsoft Office Visio would search, given a list of paths.
Aa342255.methods(en-us,office.12).gif FormatResult Formats a string or number into a string according to a format picture. Uses specified units for scaling and formatting.
Aa342255.methods(en-us,office.12).gif FormatResultEx Formats a string or number into a string according to a format picture, using specified units for scaling and formatting. Optionally, for date or time strings, sets the language and calendar type of the string.
Aa342255.methods(en-us,office.12).gif InvokeHelp Performs operations that involve the Microsoft Office Visio Help system.
Aa342255.methods(en-us,office.12).gif OnComponentEnterState Informs a Microsoft Office Visio instance that client code is causing the instance to enter or exit a particular state.
Aa342255.methods(en-us,office.12).gif PurgeUndo Empties the Microsoft Office Visio queue of undo actions.
Aa342255.methods(en-us,office.12).gif QueueMarkerEvent Queues a MarkerEvent event that fires after all other queued events.
Aa342255.methods(en-us,office.12).gif Quit Closes the indicated instance of Microsoft Office Visio.
Aa342255.methods(en-us,office.12).gif Redo Reverses the most recent undo unit.
Aa342255.methods(en-us,office.12).gif RenameCurrentScope Renames the top-level open undo scope.
Aa342255.methods(en-us,office.12).gif SetCustomMenus Replaces the current built-in or custom menus of an application or document.
Aa342255.methods(en-us,office.12).gif SetCustomToolbars Replaces the current built-in or custom toolbars of an application or document.
Aa342255.methods(en-us,office.12).gif Undo Reverses the most recent undo unit, if the undo unit can be reversed.

Properties

  Name Description
Aa342255.properties(en-us,office.12).gif Active Indicates whether the instance of Microsoft Office Visio represented by the Application object is the active application on the Microsoft Windows desktop—the application that has the highlighted title bar. Read-only.
Aa342255.properties(en-us,office.12).gif ActiveDocument Returns the active Document object, which is the document shown in the active window. Read-only.
Aa342255.properties(en-us,office.12).gif ActivePage Returns the active Page object. Read-only.
Aa342255.properties(en-us,office.12).gif ActivePrinter Specifies the printer that all Microsoft Office Visio documents print to. Read/write.
Aa342255.properties(en-us,office.12).gif ActiveWindow Returns the active Window object. Read-only.
Aa342255.properties(en-us,office.12).gif AddonPaths Gets or sets the paths where Microsoft Office Visio looks for third-party or user add-ons. Read/write.
Aa342255.properties(en-us,office.12).gif Addons Returns the Addons collection of an Application or InvisibleApp object. Read-only.
Aa342255.properties(en-us,office.12).gif AlertResponse Determines whether Microsoft Office Visio shows alerts and modal dialog boxes to the user. Read/write.
Aa342255.properties(en-us,office.12).gif Application Read-only. Returns the instance of Microsoft Office Visio that is associated with an object.
Aa342255.properties(en-us,office.12).gif Assistance Gets a reference to the Microsoft Office (MSO) IAssistance object, which provides a means for developers to create a customized help experience for users within Microsoft Office. Read-only.
Aa342255.properties(en-us,office.12).gif AutoLayout Allows you to temporarily disable automatic layout functionality in Microsoft Office Visio and then re-enable it after you are finished with an action. Read/write.
Aa342255.properties(en-us,office.12).gif AutoRecoverInterval Represents the time interval (in minutes) for how often you want to save copies of open documents that have unsaved changes in case of a power failure or an application error. Read/write.
Aa342255.properties(en-us,office.12).gif AvailablePrinters Returns a list of installed printers. Read-only.
Aa342255.properties(en-us,office.12).gif Build Returns the build number of the running instance. Read-only.
Aa342255.properties(en-us,office.12).gif BuiltInMenus Returns a UIObject object that represents a copy of the built-in Microsoft Office Visio menus and accelerators. Read-only.
Aa342255.properties(en-us,office.12).gif BuiltInToolbars Returns a UIObject object that represents a copy of the built-in Microsoft Office Visio toolbars. Read-only.
Aa342255.properties(en-us,office.12).gif COMAddIns Returns a reference to the COMAddIns collection that represents all the Component Object Model (COM) add-ins currently registered in Microsoft Office Visio. Read-only.
Aa342255.properties(en-us,office.12).gif CommandBars Returns a reference to the CommandBars collection that represents the command bars in the container application. Read-only.
Aa342255.properties(en-us,office.12).gif CommandLine Determines how Microsoft Office Visio was started. Read-only.
Aa342255.properties(en-us,office.12).gif ConnectorToolDataObject Returns an IDataObject interface representing the active Connector tool used in the Microsoft Office Visio user interface. Read-only.
Aa342255.properties(en-us,office.12).gif CurrentScope Determines the ID of the scope that causes an event to fire. Read-only.
Aa342255.properties(en-us,office.12).gif CustomMenus Gets a UIObject object that represents the current custom menus and accelerators of an Application object or a Document object. Read-only.
Aa342255.properties(en-us,office.12).gif CustomMenusFile Gets or sets the name of the file that defines custom menus and accelerators for an Application object or a Document object. Read/write.
Aa342255.properties(en-us,office.12).gif CustomToolbars Gets a UIObject object that represents the current custom toolbars and status bars of an Application object or a Document object. Read-only.
Aa342255.properties(en-us,office.12).gif CustomToolbarsFile Returns or sets the name of the file that defines custom toolbars and status bars for an Application object or a Document object. Read/write.
Aa342255.properties(en-us,office.12).gif DataFeaturesEnabled Gets whether the data features in Microsoft Office Visio 2007 are enabled for the current instance of Visio. Read-only.
Aa342255.properties(en-us,office.12).gif DefaultAngleUnits Determines the default unit of measure for quantities that represent angles. Read/write.
Aa342255.properties(en-us,office.12).gif DefaultDurationUnits Determines the default unit of measure for quantities that represent durations. Read/write.
Aa342255.properties(en-us,office.12).gif DefaultRectangleDataObject Returns an IDataObject interface that represents the Rectangle tool used in the Microsoft Office Visio user interface. Read-only.
Aa342255.properties(en-us,office.12).gif DefaultTextUnits Determines the default unit of measure for quantities that represent text metrics. Read/write.
Aa342255.properties(en-us,office.12).gif DefaultZoomBehavior Determines the zoom behavior for all new Microsoft Office Visio documents and drawing windows. Read/write.
Aa342255.properties(en-us,office.12).gif DeferRecalc Determines whether the application recalculates cell formulas during a series of actions. Read/write.
Aa342255.properties(en-us,office.12).gif DialogFont Returns information about the fonts that Microsoft Office Visio uses in its dialog boxes. Read-only.
Aa342255.properties(en-us,office.12).gif Documents Returns the Documents collection for a Microsoft Office Visio instance. Read-only.
Aa342255.properties(en-us,office.12).gif DrawingPaths Gets or sets the paths where Microsoft Office Visio looks for drawings. Read/write.
Aa342255.properties(en-us,office.12).gif EventInfo Gets additional information associated with an event, if any exists. Read-only.
Aa342255.properties(en-us,office.12).gif EventList Returns the EventList collection of an object or the EventList collection that contains an Event object. Read-only.
Aa342255.properties(en-us,office.12).gif EventsEnabled Determines whether a Microsoft Office Visio instance fires events. Read/write.
Aa342255.properties(en-us,office.12).gif FullBuild Returns the full build number of the running instance. Read-only.
Aa342255.properties(en-us,office.12).gif HelpPaths Gets or sets the paths where Microsoft Office Visio looks for Help files. Read/write.
Aa342255.properties(en-us,office.12).gif InhibitSelectChange Determines whether shapes added to the drawing page by Automation are selected. Read/write.
Aa342255.properties(en-us,office.12).gif InstanceHandle32 Gets the instance handle of the Application object for a 32-bit version of Microsoft Office Visio. Read-only.
Aa342255.properties(en-us,office.12).gif IsInScope Determines whether a call to an event handler is between an EnterScope event and an ExitScope event for a scope. Read-only.
Aa342255.properties(en-us,office.12).gif IsUndoingOrRedoing Determines whether the current event handler is being called as a result of an Undo or Redo action in the application. Read-only.
Aa342255.properties(en-us,office.12).gif Language Represents the language ID of the version of the Microsoft Office Visio instance represented by the parent object. Read/write.
Aa342255.properties(en-us,office.12).gif LanguageHelp Represents the language ID of the Help in the version of the Microsoft Office Visio instance represented by the parent object. Read-only.
Aa342255.properties(en-us,office.12).gif LanguageSettings Returns a reference to the Microsoft Office (MSO) LanguageSettings interface. Read-only.
Aa342255.properties(en-us,office.12).gif LiveDynamics Controls whether Microsoft Office Visio recalculates shape properties during drag operations on every mouse move or only after the mouse button is released. Read/write.
Aa342255.properties(en-us,office.12).gif MyShapesPath Gets or sets where Microsoft Office Visio looks for the My Shapes folder on the user's hard disk. Read/write.
Aa342255.properties(en-us,office.12).gif Name Specifies the name of an object. Read-only.
Aa342255.properties(en-us,office.12).gif ObjectType Returns an object's type. Read-only.
Aa342255.properties(en-us,office.12).gif OnDataChangeDelay Gets or sets how long the Microsoft Office Visio instance waits before advising a container application that a Visio document being shown by the container has changed and should be redisplayed. Read/write.
Aa342255.properties(en-us,office.12).gif Path Returns the drive and folder path of the Microsoft Office Visio application. Read-only.
Aa342255.properties(en-us,office.12).gif PersistsEvents Indicates whether an object is capable of containing persistent events in its EventList collection. Read-only.
Aa342255.properties(en-us,office.12).gif ProcessID Returns a unique process ID for a Microsoft Office Visio instance. Read-only.
Aa342255.properties(en-us,office.12).gif PromptForSummary Determines whether Microsoft Office Visio prompts for document properties when it saves a document. Read/write.
Aa342255.properties(en-us,office.12).gif SaveAsWebObject Returns a reference to the IDispatch interface of a VisSaveAsWebobject. Read-only.
Aa342255.properties(en-us,office.12).gif ScreenUpdating Determines whether the screen is updated (redrawn) during a series of actions. Read/write.
Aa342255.properties(en-us,office.12).gif Settings Returns an ApplicationSettings object, which you can use to set Microsoft Office Visio application properties. Read-only.
Aa342255.properties(en-us,office.12).gif ShowChanges Determines whether the screen is updated (redrawn) during a series of actions. Read/write.
Aa342255.properties(en-us,office.12).gif ShowProgress Determines whether a progress indicator is shown while performing certain operations. Read/write.
Aa342255.properties(en-us,office.12).gif ShowStatusBar Determines whether a status bar is shown. Read/write.
Aa342255.properties(en-us,office.12).gif ShowToolbar Determines whether toolbars and menu bars are visible. Read/write.
Aa342255.properties(en-us,office.12).gif StartupPaths Gets or sets the paths where Microsoft Office Visio looks for third-party and user add-ons to run when the application is started. Read/write.
Aa342255.properties(en-us,office.12).gif Stat Returns status information for an object. Read-only.
Aa342255.properties(en-us,office.12).gif StencilPaths Gets or sets the paths where Microsoft Office Visio looks for stencils. Read/write.
Aa342255.properties(en-us,office.12).gif TemplatePaths Gets or sets the paths where Microsoft Office Visio looks for templates. Read/write.
Aa342255.properties(en-us,office.12).gif TraceFlags Gets or sets events logged during a Microsoft Office Visio instance. Read/write.
Aa342255.properties(en-us,office.12).gif TypelibMajorVersion Returns the major version number of the Visio type library. Read-only.
Aa342255.properties(en-us,office.12).gif TypelibMinorVersion Returns the minor version number of the Visio type library. Read-only.
Aa342255.properties(en-us,office.12).gif UndoEnabled Determines whether undo information is maintained in memory. Read/write.
Aa342255.properties(en-us,office.12).gif UserName Gets or sets the user name of an Application object. Read/write.
Aa342255.properties(en-us,office.12).gif VBAEnabled Specifies whether Microsoft Visual Basic for Applications (VBA) is enabled in the application. Read-only.
Aa342255.properties(en-us,office.12).gif Vbe Gets the root object of the object model exposed by Microsoft Visual Basic for Applications (VBA). Use this property to access and manipulate the VBA projects associated with currently open Microsoft Office Visio documents. Read-only.
Aa342255.properties(en-us,office.12).gif Version Returns the version of a running Microsoft Office Visio instance. Read-only.
Aa342255.properties(en-us,office.12).gif Visible Determines whether an object is visible. Read/write.
Aa342255.properties(en-us,office.12).gif Window Returns the window associated with the current instance of Microsoft Office Visio. Read-only.
Aa342255.properties(en-us,office.12).gif WindowHandle32 Returns the 32-bit handle of a Microsoft Office Visio window. Read-only.
Aa342255.properties(en-us,office.12).gif Windows Returns the Windows collection for a Microsoft Office Visio instance or window. Read-only.

Events

  Name Description
Aa342255.events(en-us,office.12).gif AfterModal Occurs after the Microsoft Office Visio instance leaves a modal state.
Aa342255.events(en-us,office.12).gif AfterRemoveHiddenInformation Occurs when hidden information is removed from the document.
Aa342255.events(en-us,office.12).gif AfterResume Occurs when the operating system resumes normal operation after having been suspended.
Aa342255.events(en-us,office.12).gif AfterResumeEvents Occurs after firing of events is resumed.
Aa342255.events(en-us,office.12).gif AppActivated Occurs after a Microsoft Office Visio instance becomes active.
Aa342255.events(en-us,office.12).gif AppDeactivated Occurs after a Microsoft Office Visio instance becomes inactive.
Aa342255.events(en-us,office.12).gif AppObjActivated Occurs after a Microsoft Office Visio instance becomes active.
Aa342255.events(en-us,office.12).gif AppObjDeactivated Occurs after a Microsoft Office Visio instance becomes inactive.
Aa342255.events(en-us,office.12).gif BeforeDataRecordsetDelete Occurs before a DataRecordset object is deleted from the DataRecordsets collection.
Aa342255.events(en-us,office.12).gif BeforeDocumentClose Occurs before a document is closed.
Aa342255.events(en-us,office.12).gif BeforeDocumentSave Occurs before a document is saved.
Aa342255.events(en-us,office.12).gif BeforeDocumentSaveAs Occurs just before a document is saved by using the Save As command.
Aa342255.events(en-us,office.12).gif BeforeMasterDelete Occurs before a master is deleted from a document.
Aa342255.events(en-us,office.12).gif BeforeModal Occurs before a Microsoft Office Visio instance enters a modal state.
Aa342255.events(en-us,office.12).gif BeforePageDelete Occurs before a page is deleted.
Aa342255.events(en-us,office.12).gif BeforeQuit Occurs before a Microsoft Office Visio instance terminates.
Aa342255.events(en-us,office.12).gif BeforeSelectionDelete Occurs before selected objects are deleted.
Aa342255.events(en-us,office.12).gif BeforeShapeDelete Occurs before a shape is deleted.
Aa342255.events(en-us,office.12).gif BeforeShapeTextEdit Occurs before a shape is opened for text editing in the user interface.
Aa342255.events(en-us,office.12).gif BeforeStyleDelete Occurs before a style is deleted.
Aa342255.events(en-us,office.12).gif BeforeSuspend Occurs before the operating system enters a suspended state.
Aa342255.events(en-us,office.12).gif BeforeSuspendEvents Occurs before firing of events is suspended.
Aa342255.events(en-us,office.12).gif BeforeWindowClosed Occurs before a window is closed.
Aa342255.events(en-us,office.12).gif BeforeWindowPageTurn Occurs before a window is about to show a different page.
Aa342255.events(en-us,office.12).gif BeforeWindowSelDelete Occurs before the shapes in the selection of a window are deleted.
Aa342255.events(en-us,office.12).gif CellChanged Occurs after the value changes in a cell in a document.
Aa342255.events(en-us,office.12).gif ConnectionsAdded Occurs after connections have been established between shapes.
Aa342255.events(en-us,office.12).gif ConnectionsDeleted Occurs after connections between shapes have been removed.
Aa342255.events(en-us,office.12).gif ConvertToGroupCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelConvertToGroup event.
Aa342255.events(en-us,office.12).gif DataRecordsetAdded Occurs when a DataRecordset object is added to a DataRecordsets collection.
Aa342255.events(en-us,office.12).gif DataRecordsetChanged Occurs when a data recordset changes as a result of being refreshed.
Aa342255.events(en-us,office.12).gif DesignModeEntered Occurs before a document enters design mode.
Aa342255.events(en-us,office.12).gif DocumentChanged Occurs after certain properties of a document are changed.
Aa342255.events(en-us,office.12).gif DocumentCloseCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelDocumentClose event.
Aa342255.events(en-us,office.12).gif DocumentCreated Occurs after a document is created.
Aa342255.events(en-us,office.12).gif DocumentOpened Occurs after a document is opened.
Aa342255.events(en-us,office.12).gif DocumentSaved Occurs after a document is saved.
Aa342255.events(en-us,office.12).gif DocumentSavedAs Occurs after a document is saved by using the Save As command.
Aa342255.events(en-us,office.12).gif EnterScope Queued when an internal command begins, or when an Automation client opens a scope by using the BeginUndoScope method.
Aa342255.events(en-us,office.12).gif ExitScope Queued when an internal command ends, or when an Automation client exits a scope using the EndUndoScope method.
Aa342255.events(en-us,office.12).gif FormulaChanged Occurs after a formula changes in a cell in the object that receives the event.
Aa342255.events(en-us,office.12).gif GroupCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelGroup event.
Aa342255.events(en-us,office.12).gif KeyDown Occurs when a keyboard key is pressed.
Aa342255.events(en-us,office.12).gif KeyPress Occurs when a keyboard key is pressed.
Aa342255.events(en-us,office.12).gif KeyUp Occurs when a keyboard key is released.
Aa342255.events(en-us,office.12).gif MarkerEvent Caused by calling the QueueMarkerEvent method.
Aa342255.events(en-us,office.12).gif MasterAdded Occurs after a new master is added to a document.
Aa342255.events(en-us,office.12).gif MasterChanged Occurs after properties of a master are changed and propagated to its instances.
Aa342255.events(en-us,office.12).gif MasterDeleteCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelMasterDelete event.
Aa342255.events(en-us,office.12).gif MouseDown Occurs when a mouse button is clicked.
Aa342255.events(en-us,office.12).gif MouseMove Occurs when the mouse is moved.
Aa342255.events(en-us,office.12).gif MouseUp Occurs when a mouse button is released.
Aa342255.events(en-us,office.12).gif MustFlushScopeBeginning Occurs before the Microsoft Office Visio instance is forced to flush its event queue.
Aa342255.events(en-us,office.12).gif MustFlushScopeEnded Occurs after the Microsoft Office Visio instance forces a flush of its event queue.
Aa342255.events(en-us,office.12).gif NoEventsPending Occurs after the Microsoft Ofice Visio instance flushes its event queue.
Aa342255.events(en-us,office.12).gif OnKeystrokeMessageForAddon Occurs when Microsoft Office Visio receives a keystroke message from Microsoft Windows that is targeted at an add-on window or child of an add-on window.
Aa342255.events(en-us,office.12).gif PageAdded Occurs after a new page is added to a document.
Aa342255.events(en-us,office.12).gif PageChanged Occurs after the name of a page, the background page associated with a page, or the page type (foreground or background) changes.
Aa342255.events(en-us,office.12).gif PageDeleteCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelPageDelete event.
Aa342255.events(en-us,office.12).gif QueryCancelConvertToGroup Occurs before the application converts a selection of shapes to a group in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelDocumentClose Occurs before the application closes a document in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelGroup Occurs before the application groups a selection of shapes in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelMasterDelete Occurs before the application deletes a master in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelPageDelete Occurs before the application deletes a page in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelQuit Occurs before the application terminates in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelSelectionDelete Occurs before the application deletes a selection of shapes in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelStyleDelete Occurs before the application deletes a style in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelSuspend Occurs before the operating system enters a suspended state. If any event handler returns True, the Microsoft Office Visio instance will deny the operating system's request.
Aa342255.events(en-us,office.12).gif QueryCancelSuspendEvents Occurs before the application suspends events in response to client code. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelUngroup Occurs before the application ungroups a selection of shapes in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QueryCancelWindowClose Occurs before the application closes a window in response to a user action in the interface. If any event handler returns True, the operation is canceled.
Aa342255.events(en-us,office.12).gif QuitCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelQuit event.
Aa342255.events(en-us,office.12).gif RunModeEntered Occurs after a document enters run mode.
Aa342255.events(en-us,office.12).gif SelectionAdded Occurs after one or more shapes are added to a document.
Aa342255.events(en-us,office.12).gif SelectionChanged Occurs after a set of shapes selected in a window changes.
Aa342255.events(en-us,office.12).gif SelectionDeleteCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelSelectionDelete event.
Aa342255.events(en-us,office.12).gif ShapeAdded Occurs after one or more shapes are added to a document.
Aa342255.events(en-us,office.12).gif ShapeChanged Occurs after a property of a shape that is not stored in a cell is changed in a document.
Aa342255.events(en-us,office.12).gif ShapeDataGraphicChanged Occurs after a data graphic is applied to or deleted from a shape.
Aa342255.events(en-us,office.12).gif ShapeExitedTextEdit Occurs after a shape is no longer open for interactive text editing.
Aa342255.events(en-us,office.12).gif ShapeLinkAdded Occurs after a shape is linked to a data row.
Aa342255.events(en-us,office.12).gif ShapeLinkDeleted Occurs after the link between a shape and a data row is deleted.
Aa342255.events(en-us,office.12).gif ShapeParentChanged Occurs after shapes are grouped or a group is ungrouped.
Aa342255.events(en-us,office.12).gif StyleAdded Occurs after a new style is added to a document.
Aa342255.events(en-us,office.12).gif StyleChanged Occurs after the name of a style is changed or a change to the style propagates to objects to which the style is applied.
Aa342255.events(en-us,office.12).gif StyleDeleteCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelStyleDelete event.
Aa342255.events(en-us,office.12).gif SuspendCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelSuspend event.
Aa342255.events(en-us,office.12).gif SuspendEventsCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelSuspendEvents event.
Aa342255.events(en-us,office.12).gif TextChanged Occurs after the text of a shape is changed in a document.
Aa342255.events(en-us,office.12).gif UngroupCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelUngroup event.
Aa342255.events(en-us,office.12).gif ViewChanged Occurs when the zoom level or scroll position of a drawing window changes.
Aa342255.events(en-us,office.12).gif VisioIsIdle Occurs after the application empties its message queue.
Aa342255.events(en-us,office.12).gif WindowActivated Occurs after the active window changes in a Microsoft Office Visio instance.
Aa342255.events(en-us,office.12).gif WindowChanged Occurs when the size or position of a window changes.
Aa342255.events(en-us,office.12).gif WindowCloseCanceled Occurs after an event handler has returned True (cancel) to a QueryCancelWindowClose event.
Aa342255.events(en-us,office.12).gif WindowOpened Occurs after a window is opened.
Aa342255.events(en-us,office.12).gif WindowTurnedToPage Occurs after a window shows a different page.