Returns the height of the component’s client area.
Declaration
componentObj.ClientHeight
Read-Only Property | Integer |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
TBevel, TcxButton, TcxButtonEdit, TcxCalcEdit, TcxCheckBox, TcxCurrencyEdit, TcxDateEdit, TcxGroupBox, TcxLabel, TcxListBox, TcxMemo, TcxMRUEdit, TcxProgressBar, TcxRadioGroup, TcxSpinEdit, TcxTextEdit, TcxTimeEdit, TImage, TObjectPicker, TPanel, TRectObjectPicker, TShape
Description
The ClientHeight
property returns the height of the component’s client area. This is the part of the component excluding borders, scrollbars and other non-client elements.
To get the whole component height, use the Height
property.
Property Value
An integer value that specifies the component’s client height, in pixels.