Click or drag to resize

CustomDrawStage Enumeration

Possible custom draw stages.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public enum CustomDrawStage
Members
  Member nameValueDescription
PrePaint1 Before the painting cycle begins.
PostPaint2 After the painting cycle is complete.
PreErase3 Before the erasing cycle begins.
PostErase4 After the erasing cycle is complete.
ItemPrePaint65537 Before an item is drawn.
ItemPostPaint65538 After an item has been drawn.
ItemPreErase65539 Before an item is erased.
ItemPostErase65540 After an item has been erased.
Remarks
https://msdn.microsoft.com/de-de/library/windows/desktop/bb775483(v=vs.85).aspx
See Also