Vcl.ScreenTips.TCustomScreenTipsPopup.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent default True;

C++

__property bool Transparent = {read=FTransparent, write=SetTransparent, default=1};

Properties

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

Description

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