IBreadcrumbItem.DownButton

Syntax

DownButton: Boolean;

Description

The DownButton property indicates whether the additional button is displayed near the element.

Comments

If the property is set to True, the following additional button will be displayed next to the element name: .

Clicking this button fires the OnButtonClick event. Event processing can be used to call additional popup menus or to perform other actions connected with the element.

See also:

IBreadcrumbItem