Vcl.Themes.TStyleHook.HasClientEdge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasClientEdge: Boolean; virtual;

C++

virtual bool __fastcall HasClientEdge();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

Specifies whether the control has a client edge. It returns True if the control has a border with a sunken edge.

See Also