Vcl.ScreenTips.TScreenTipsPopup.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent default 1;

C++

__property Transparent = {default=1};

Properties

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

Description

Hides the glyph.

Vcl.ScreenTips.TScreenTipsPopup.Transparent inherits from Vcl.ScreenTips.TCustomScreenTipsPopup.Transparent. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsPopup.Transparent.

Hides the glyph.

Set Transparent to True to hide the glyph of the screen tip pop-up, and to False to show it.

See Also