Vcl.ScreenTips.TItemImageAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TItemImageAlign = (iiaLeft, iiaCenter, iiaRight);

C++

enum DECLSPEC_DENUM TItemImageAlign : unsigned char { iiaLeft, iiaCenter, iiaRight };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

Description

Enumeration for screen tip item image alignment.

TItemImageAlign is used for the alignment of an image assigned to a screen tip. It can take 3 values:

Value Meaning

iiaLeft

The image is aligned to the left.

iiaCenter

The image is centered.

iiaRight

The image is aligned to the right.

Note: The type is not used for the current version.