Vcl.ComCtrls.TCustomTabControl.DisplayRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayRect: TRect read GetDisplayRect;

C++

__property System::Types::TRect DisplayRect = {read=GetDisplayRect};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

Specifies the bounding rectangle of a tab control client area.

Use DisplayRect to obtain the coordinates, in pixels, of the portion of the tab control that represents the contents of the tab pages. The appearance of this portion of the tab control does not change when different tabs are selected.

Use DisplayRect rather than the ClientRect property to determine the portion of the tab control that can contain other objects.

See Also