Vcl.CategoryButtons.TCategoryButtons.ButtonHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonHeight: Integer read FButtonHeight write SetButtonHeight default 24;

C++

__property int ButtonHeight = {read=FButtonHeight, write=SetButtonHeight, default=24};

Properties

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

Description

Specifies the height of the buttons in the category.

Use ButtonHeight to set the height of all the buttons contained within the category. For this property to be applicable, at least one button per category must exist.

See Also