Vcl.CategoryButtons.TCategoryButtons.GetCategoryRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCategoryRect(const Category: TButtonCategory; ButtonOnly: Boolean = False): TRect;

C++

Winapi::Windows::TRect __fastcall GetCategoryRect(TButtonCategory* const Category, bool ButtonOnly = false);

Properties

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

Description

Retrieves the specified button's bounding rectangle.

The GetCategoryRect method retrieves the specified button's bounding rectangle.

See Also