RAD Studio VCL Reference
|
Draws the edge of a themed user interface element.
procedure DrawEdge(DC: HDC; Details: TThemedElementDetails; const R: TRect; Edge: Cardinal; Flags: Cardinal); overload; procedure DrawEdge(DC: HDC; Details: TThemedElementDetails; const R: TRect; Edge: Cardinal; Flags: Cardinal; ContentRect: PRect); overload;
__fastcall DrawEdge(HDC DC, TThemedElementDetails Details, const TRect R, unsigned Edge, unsigned Flags); __fastcall DrawEdge(HDC DC, TThemedElementDetails Details, const TRect R, unsigned Edge, unsigned Flags, PRect ContentRect);
Call DrawEdge to draw the edge of a themed user interface element. The area is drawn using the current Operation System theme.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|