TbsSkinButtonsBar
Unit
bsSkinCtrls
TbsSkinButtonsBar = class(TbsSkinPanel)
Description
Panel with buttons in sections
Properties
Name Type Description
Sections TbsButtonBarSections = class(TCollection) Sections collection
SectionIndex Integer Index of current active section
SectionImages TImageList Images of section-buttons
ItemImages TImageList Images in section-items
SectionButtonSkinDataName String skindataname property of section-button
ItemsTransparent Boolean If TRUE then items are transparent
ItemHeight Integer Height of item
DefaultSectionFont TFont Default font of section-button
DefaultItemFont TFont Default font of item
TbsButtonBarItem = class(TCollectionItem)
Properties
Name Type Description
ImageIndex Integer Index of image
Text String caption of item
Events
Name Type Description
OnClick TNotifyEvent event on item click
TbsButtonBarSection = class(TCollectionItem)
Properties
Name Type Description
ImageIndex Integer Index of image
Text String caption of item
Items TbsButtonBarItems = class(TCollection) Collection of TbsButtonBarItem
Events
Name Type Description
OnClick TNotifyEvent event on section-button click