using System; namespace LYFZ.OtherExpansion.Win32.Const { public static class CDRF { public const int CDRF_DODEFAULT = 0; public const int CDRF_NEWFONT = 2; public const int CDRF_SKIPDEFAULT = 4; public const int CDRF_NOTIFYPOSTPAINT = 16; public const int CDRF_NOTIFYITEMDRAW = 32; public const int CDRF_NOTIFYPOSTERASE = 64; public const int CDRF_NOTIFYITEMERASE = 128; } }