Vcl.ScreenTips.TCustomScreenTipsManager.OnGetScreenTipWinClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetScreenTipWinClass: TScreenTipWinClass read FOnGetScreenTipWinClass write FOnGetScreenTipWinClass;

C++

__property TScreenTipWinClass OnGetScreenTipWinClass = {read=FOnGetScreenTipWinClass, write=FOnGetScreenTipWinClass};

Properties

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

Description

Occurs when a ScreenTipManager gets the screen tip pop-up window.

Use OnGetScreenTipWinClass to perform special processing when the screen tip manager gets the screen tip pop-up window, for example, when a screen tip is shown. The event fires immediately after OnShowScreenTip fires.

See Also