Vcl.Themes.TCustomElementServices.DrawEdge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function DrawEdge(Style: TCustomStyleServices; DC: HDC; Part, State: Integer;
const R: TRect; Edges: TElementEdges; Flags: TElementEdgeFlags; ContentRect: PRect; DPI: Integer = 0): Boolean; virtual;

C++

__classmethod virtual bool __fastcall DrawEdge(TCustomStyleServices* Style, HDC DC, int Part, int State, const System::Types::TRect &R, TElementEdges Edges, TElementEdgeFlags Flags, System::Types::PRect ContentRect, int DPI = 0x0);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomElementServices

Description

Embarcadero Technologies does not currently have any additional information.