AllowsDrillDown Property

Specifies whether or not the user can drill into the Group object.

Syntax

object.AllowsDrillDown [= Boolean]

Properties

The AllowsDrillDown property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the Group object allows manipulation of it's contained objects.

Settings

The settings for Boolean are:

Value

Description

True

The Group allows drill down. (Default)

False

The Group does not allow drill down.

Remarks

This property could be used to prevent users from inadvertently change the visual representation of an object or from modifying a group's internal animation properties.

 

Applies To