IBreadcrumbItem.DownButton

Syntax

DownButton: Boolean;

Description

The DownButton property determines 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 generates the OnButtonClick event. Event handling can be used to call additional popup menus or to execute other actions connected with the element.

See also:

IBreadcrumbItem