Skip to main content

TdxBarSubMenuControl.DownArrowExists Method

Determines whether the submenu includes a down arrow.

Declaration

function DownArrowExists: Boolean;

Returns

Type
Boolean

Remarks

This function returns True, if the submenu includes a down arrow to scroll through items when their number exceeds that of the ItemLinks.VisibleItemCount property.

Note

This method is protected, but not virtual. Descendants can use it, but cannot override it.

See Also