Vcl.CategoryButtons.TCategoryButtons.GetButtonRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetButtonRect(const Item: TBaseItem): TRect;

C++

System::Types::TRect __fastcall GetButtonRect(TBaseItem* const Item);

Properties

Type Visibility Source Unit Parent
function public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Retrieves the bounding rectangle for a specified button.

The GetButtonRect method returns the bounding rectangle for a specified button.

See Also