Vcl.ScreenTips.TScreenTipItem.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read GetHeight write FHeight;

C++

__property int Height = {read=GetHeight, write=FHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

The height of the screen tip item.

Use Height to set the height of a screen tip item. Height is used when the screen tip pop-up window is drawn.

See Also