Vcl.ShadowWnd.TShadowWindow.Side

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Side: TControlSide read FSide write FSide;

C++

__property TControlSide Side = {read=FSide, write=FSide, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Specifies the side of the control to which the TShadowWindow object will be attached.

Use Side to read or change the side of control to which the shadow is attached.

See Also