0=3,CreateHBITMAPColorMask,public static int CreateHBITMAPColorMask(Bitmap bitmap, int monochromeMask);
1=3,CreateHBITMAPTransparencyMask,public static int CreateHBITMAPTransparencyMask(Bitmap bitmap);
2=3,Dark,public static Color Dark(Color baseColor);\n(Color baseColor, float percOfDarkDark);
3=3,DarkDark,public static Color DarkDark(Color baseColor);
4=3,DrawBorder,public static void DrawBorder(Graphics graphics, Rectangle bounds, Color color, ButtonBorderStyle style);\n(Graphics graphics, Rectangle bounds, Color leftColor, int leftWidth, ButtonBorderStyle leftStyle, Color topColor, int topWidth, ButtonBorderStyle topStyle, Color rightColor, int rightWidth, ButtonBorderStyle rightStyle, Color bottomColor, int bottomWidth, ButtonBorderStyle bottomStyle);
5=3,DrawBorder3D,public static void DrawBorder3D(Graphics graphics, Rectangle rectangle);\n(Graphics graphics, Rectangle rectangle, Border3DStyle style);\n(Graphics graphics, Rectangle rectangle, Border3DStyle style, Border3DSide sides);\n(Graphics graphics, int x, int y, int width, int height);\n(Graphics graphics, int x, int y, int width, int height, Border3DStyle style);\n(Graphics graphics, int x, int y, int width, int height, Border3DStyle style, Border3DSide sides);
6=3,DrawButton,public static void DrawButton(Graphics graphics, Rectangle rectangle, ButtonState state);\n(Graphics graphics, int x, int y, int width, int height, ButtonState state);
7=3,DrawCaptionButton,public static void DrawCaptionButton(Graphics graphics, Rectangle rectangle, CaptionButton button, ButtonState state);\n(Graphics graphics, int x, int y, int width, int height, CaptionButton button, ButtonState state);
8=3,DrawCheckBox,public static void DrawCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state);\n(Graphics graphics, int x, int y, int width, int height, ButtonState state);
9=3,DrawComboButton,public static void DrawComboButton(Graphics graphics, Rectangle rectangle, ButtonState state);\n(Graphics graphics, int x, int y, int width, int height, ButtonState state);
16=3,DrawMenuGlyph,public static void DrawMenuGlyph(Graphics graphics, Rectangle rectangle, MenuGlyph glyph);\n(Graphics graphics, int x, int y, int width, int height, MenuGlyph glyph);
17=3,DrawMixedCheckBox,public static void DrawMixedCheckBox(Graphics graphics, Rectangle rectangle, ButtonState state);\n(Graphics graphics, int x, int y, int width, int height, ButtonState state);
18=3,DrawRadioButton,public static void DrawRadioButton(Graphics graphics, Rectangle rectangle, ButtonState state);\n(Graphics graphics, int x, int y, int width, int height, ButtonState state);
19=3,DrawReversibleFrame,public static void DrawReversibleFrame(Rectangle rectangle, Color backColor, FrameStyle style);
20=3,DrawReversibleLine,public static void DrawReversibleLine(Point start, Point end, Color backColor);
21=3,DrawScrollButton,public static void DrawScrollButton(Graphics graphics, Rectangle rectangle, ScrollButton button, ButtonState state);\n(Graphics graphics, int x, int y, int width, int height, ScrollButton button, ButtonState state);
23=3,DrawSizeGrip,public static void DrawSizeGrip(Graphics graphics, Color backColor, Rectangle bounds);\n(Graphics graphics, Color backColor, int x, int y, int width, int height);
24=3,DrawStringDisabled,public static void DrawStringDisabled(Graphics graphics, string s, Font font, Color color, RectangleF layoutRectangle, StringFormat format);
25=3,FillReversibleRectangle,public static void FillReversibleRectangle(Rectangle rectangle, Color backColor);
26=3,Light,public static Color Light(Color baseColor);\n(Color baseColor, float percOfLightLight);
27=3,LightLight,public static Color LightLight(Color baseColor);