BeginGroup property

BeginGroup property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Determines whether the menu item or toolbar item appears at the beginning of a group of items on the menu or toolbar.

Version added

2002

Syntax

        
          boolRet = object.BeginGroup
object.BeginGroup = boolVal

boolRet

Boolean. True if the menu item or toolbar item is at the beginning of a group; otherwise, False.

object

Required. An expression that returns a MenuItem or ToolbarItem object.

boolVal

Required Boolean. True to indicate that the menu item or toolbar item is the beginning of a group of items; otherwise, False.

Remarks

If you set the BeginGroup property of a MenuItem or ToolbarItem object to True, a separator is inserted into the menu or a spacer is inserted into the toolbar preceding this item.

Note In Visio 2000, the only way to create a separator in a menu or a spacer in a toolbar was to add a dummy item with a CmdNum property of zero, a Caption property that contained "", and an empty MenuItems or ToolbarItems collection. This technique continues to work in Microsoft Visio 2002.