Vcl.ShadowWnd.TControlSide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TControlSide = (csRight, csBottom);

C++

enum DECLSPEC_DENUM TControlSide : unsigned char { csRight, csBottom };

Properties

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

Description

TControlSide specifies the side of a control to which the shadow is bound.

TControlSide specifies the side of a control to which the shadow is bound. TControlSide can have one of the following values:



Value Meaning

csRight

The shadow window is bound to the right side of the control.

csBottom

The shadow window is bound to the bottom of the control.



See Also