Vcl.ShadowWnd.TShadowWindow

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTShadowWindow

Delphi

TShadowWindow = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TShadowWindow : public Vcl::Controls::TCustomControl

Properties

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

Description

A class that allows attaching shadows to the sides of specific controls.

The TShadowWindow class is a special semi-transparent window that can be attached to controls by setting the Control property. The Side property controls the side of the control to which the shadow window is bound.

TShadowWindow is mainly used by the VCL to simulate window and control shadows.

See Also