Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (21 loc) · 954 Bytes

menuitems-parent-property-visio.md

File metadata and controls

38 lines (21 loc) · 954 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
MenuItems.Parent Property (Visio)
vis_sdr.chm13014040
vis_sdr.chm13014040
visio
Visio.MenuItems.Parent
56d936ed-f41d-3684-e372-f4d1258f8ee4
06/08/2017

MenuItems.Parent Property (Visio)

Determines the parent of an object. Read-only.

Syntax

expression . Parent

expression A variable that represents a MenuItems object.

Return Value

Menu

Remarks

Note Starting with Visio, the Microsoft Office Fluent user interface (UI) replaces the previous system of layered menus, toolbars, and task panes. VBA objects and members that you used to customize the user interface in previous versions of Visio are still available in Visio, but they function differently.

In general, an object's parent is the object that contains it. For example, the parent of a Menu object is the Menus collection that contains the Menu object.