Vcl.Styles.TCustomStyle.DoGetElementContentRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetElementContentRect(DC: HDC; Details: TThemedElementDetails;
const BoundingRect: TRect; out ContentRect: TRect; DPI: Integer = 0): Boolean; override;

C++

virtual bool __fastcall DoGetElementContentRect(HDC DC, const Vcl::Themes::TThemedElementDetails &Details, const Winapi::Windows::TRect &BoundingRect, /* out */ Winapi::Windows::TRect &ContentRect, int DPI = 0x0);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Styles.pas
Vcl.Styles.hpp
Vcl.Styles TCustomStyle

Description


Embarcadero Technologies does not currently have any additional information.