[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 55

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 3.2 Generated 2024-02-25 Home