Vcl.ScreenTips.TCustomScreenTipsManager.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TScreenTipBorderStyle read FBorderStyle write FBorderStyle;

C++

__property TScreenTipBorderStyle* BorderStyle = {read=FBorderStyle, write=FBorderStyle};

Properties

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

Description

Defines the border style of the screen tip pop-up window.

BorderStyle represents the screen tip's border style and can take the following values:

Value Meaning

hbsNormal

The border is normal, with sharp corners.

hbsRounded

The border has rounded corners.

See Also