Accessors for class IlvAbstractBar

Properties

Description

IlvAbstractBar is an abstract class used to manage a list of menu items. You can choose the bar orientation, and use the constrained mode to force the bar to change its size to see all the items. This class is the base class for IlvToolBar and IlvMenuBar.

TypeNameDescriptionNotes
BooleanconstrainedSpecifies whether the bar is set to the constrained mode (true) or not (false).
UIntitemsHeightSets the item's height if the height is different from 0. Otherwise, the items keep their own height.
UIntitemsWidthSets the item's width if the width is different from 0. Otherwise, the items keep their own width.
DirectionorientationSets and returns the orientation of the bar.
UIntspacingSets and returns the spacing between two items.