TdxBarComponent Class
In This Article
The base class for all classes that implement bar popup components and menus, as well as bar items and groups.
#Declaration
Delphi
TdxBarComponent = class(
TcxCustomComponent,
IdxBarSelectableItem
)
#Remarks
This class implements the functionality common to all toolbar components, including the following members that allow you to:
Access the component’s parent bar manager (BarManager).
Specify whether end-users can interact with the component’s content (Enabled).
Switch the component’s visibility (Visible).
Do not use this class directly. Use its descendants instead.
#Implements
#Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxBarComponent
See Also