Vcl.ScreenTips.TScreenTipsManager.OnGetScreenTipWinClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetScreenTipWinClass: TScreenTipWinClass read FOnGetScreenTipWinClass write FOnGetScreenTipWinClass;

C++

__property OnGetScreenTipWinClass;

Properties

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

Description

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

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

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