[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TGraphicsDrawEffect

Represents drawing effects which can be applied to graphic elements.

Declaration

Source position: graphtype.pp line 57

type TGraphicsDrawEffect = (

  gdeNormal,

  

No drawing effect.

  gdeDisabled,

  

Drawn with a grayed image.

  gdeHighlighted,

  

Drawn with a highlighted image.

  gdeShadowed,

  

Drawn with a shadowed image.

  gde1Bit

  

1-Bit image (for non-XP windows buttons).

);


Version 4.0 Generated 2025-05-03 Home