Vcl.ScreenTips.TScreenTipsManager.BorderStyle

From RAD Studio API Documentation

Delphi

property BorderStyle: TScreenTipBorderStyle read FBorderStyle write FBorderStyle;

C++

__property BorderStyle;

Properties

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

Description

Defines the border style of the screen tip pop-up window. {{#multireplace:Vcl.ScreenTips.TScreenTipsManager.BorderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.BorderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.BorderStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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