TdxBarSubMenuControl.UpArrowExists Method
Determines whether the current submenu includes an up arrow.
Declaration
function UpArrowExists: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns True, if the submenu includes an up 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