Vcl.ScreenTips.TCustomScreenTipsManager.DisplayOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayOffset: TDisplayOffset read FDisplayOffset  write FDisplayOffset stored IsDisplayOffsetStored;

C++

__property TDisplayOffset* DisplayOffset = {read=FDisplayOffset, write=FDisplayOffset, stored=IsDisplayOffsetStored};

Properties

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

Description

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