Vcl.ScreenTips.TScreenTipsManager.DisplayOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayOffset;

C++

__property DisplayOffset;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsManager

Description

Defines the display offset of the screen tip.

Vcl.ScreenTips.TScreenTipsManager.DisplayOffset inherits from Vcl.ScreenTips.TCustomScreenTipsManager.DisplayOffset. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsManager.DisplayOffset.

Defines the display offset of the screen tip.

DisplayOffset is used to set the offset and the control for which the screen tip will appear in the pop-up window.

You can use TScreenTipsManager to change the horizontal and the vertical offset, through the Edit Screen Tips designer window.

See Also