Vcl.CategoryButtons.TCategoryButtons.ButtonWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonWidth: Integer read FButtonWidth write SetButtonWidth default 24;

C++

__property int ButtonWidth = {read=FButtonWidth, write=SetButtonWidth, default=24};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Specifies the width of the buttons in the category.

Use ButtonWidth to set the width of all the buttons contained within the category. For this property to be applicable, at least one button per category is needed.

See Also