home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / ControlPaint.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  4.6 KB  |  29 lines

  1. [ControlPaint]
  2. 0=3,CreateHBITMAPColorMask,public static int CreateHBITMAPColorMask(Bitmap bitmap, int monochromeMask);
  3. 1=3,CreateHBITMAPTransparencyMask,public static int CreateHBITMAPTransparencyMask(Bitmap bitmap);
  4. 2=3,Dark,public static Color Dark(Color baseColor);\n(Color baseColor, float percOfDarkDark);
  5. 3=3,DarkDark,public static Color DarkDark(Color baseColor);
  6. 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);
  7. 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);
  8. 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);
  9. 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);
  10. 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);
  11. 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);
  12. 10=3,DrawContainerGrabHandle,public static void DrawContainerGrabHandle(Graphics graphics, Rectangle bounds);
  13. 11=3,DrawFocusRectangle,public static void DrawFocusRectangle(Graphics graphics, Rectangle rectangle);\n(Graphics graphics, Rectangle rectangle, Color foreColor, Color backColor);
  14. 12=3,DrawGrabHandle,public static void DrawGrabHandle(Graphics graphics, Rectangle rectangle, bool primary, bool enabled);
  15. 13=3,DrawGrid,public static void DrawGrid(Graphics graphics, Rectangle area, Point pixelsBetweenDots, Color backColor);
  16. 14=3,DrawImageDisabled,public static void DrawImageDisabled(Graphics graphics, Image image, int x, int y, Color background);
  17. 15=3,DrawLockedFrame,public static void DrawLockedFrame(Graphics graphics, Rectangle rectangle, bool primary);
  18. 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);
  19. 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);
  20. 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);
  21. 19=3,DrawReversibleFrame,public static void DrawReversibleFrame(Rectangle rectangle, Color backColor, FrameStyle style);
  22. 20=3,DrawReversibleLine,public static void DrawReversibleLine(Point start, Point end, Color backColor);
  23. 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);
  24. 22=3,DrawSelectionFrame,public static void DrawSelectionFrame(Graphics graphics, bool active, Rectangle outsideRect, Rectangle insideRect, Color backColor);
  25. 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);
  26. 24=3,DrawStringDisabled,public static void DrawStringDisabled(Graphics graphics, string s, Font font, Color color, RectangleF layoutRectangle, StringFormat format);
  27. 25=3,FillReversibleRectangle,public static void FillReversibleRectangle(Rectangle rectangle, Color backColor);
  28. 26=3,Light,public static Color Light(Color baseColor);\n(Color baseColor, float percOfLightLight);
  29. 27=3,LightLight,public static Color LightLight(Color baseColor);