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 / ButtonBase.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  2.7 KB  |  35 lines

  1. [ButtonBase]
  2. 0=2,DownChangeRectangle,protected Rectangle DownChangeRectangle {virtual get;}
  3. 1=2,FlatStyle,public FlatStyle FlatStyle {get; set;}
  4. 2=2,Image,public Image Image {get; set;}
  5. 3=2,ImageAlign,public ContentAlignment ImageAlign {get; set;}
  6. 4=2,ImageIndex,public int ImageIndex {get; set;}
  7. 5=2,ImageList,public ImageList ImageList {get; set;}
  8. 6=2,OverChangeRectangle,protected Rectangle OverChangeRectangle {virtual get;}
  9. 7=2,TextAlign,public ContentAlignment TextAlign {virtual get; virtual set;}
  10. 8=3,Draw3DBorder,protected virtual void Draw3DBorder(Graphics g, Rectangle r, int width, bool raised);
  11. 9=3,Draw3DLiteBorder,protected void Draw3DLiteBorder(Graphics g, Rectangle r);
  12. 10=3,DrawBackground,protected void DrawBackground(PaintEventArgs pevent, Rectangle r);
  13. 11=3,DrawFlatBorder,protected Rectangle DrawFlatBorder(Graphics g, Rectangle r, Color c);
  14. 12=3,DrawFlatFrame,protected void DrawFlatFrame(Graphics g, Rectangle r);
  15. 13=3,DrawFocus,protected void DrawFocus(Graphics g, Rectangle r);
  16. 14=3,DrawImage,protected void DrawImage(Graphics graphics, Rectangle rectangle, Point imageStart);
  17. 15=3,DrawText,protected void DrawText(Graphics, Rectangle);\(Graphics g, Rectangle r, Color c);\n(Graphics g, Rectangle r, Color c, bool disabledText3D);
  18. 16=3,GetFaceRectangle,protected Rectangle GetFaceRectangle(Rectangle client);
  19. 17=3,GetFixedFaceRectangle,protected Rectangle GetFixedFaceRectangle(Rectangle client);
  20. 18=3,GetFocusRectangle,protected Rectangle GetFocusRectangle(Rectangle text, Rectangle image, Rectangle maxFocus);
  21. 19=3,GetImageRectangle,protected Rectangle GetImageRectangle(Rectangle client, Rectangle face, out Point imageStart);
  22. 20=3,GetMaxFocusRectangle,protected Rectangle GetMaxFocusRectangle(Rectangle face);
  23. 21=3,GetTextRectangle,protected Rectangle GetTextRectangle(Graphics g, Rectangle maxFocus);
  24. 22=3,GetTextRectangleBase,protected Rectangle GetTextRectangleBase(Graphics g, Rectangle maxFocus);
  25. 23=3,PaintDown,protected virtual void PaintDown(PaintEventArgs pevent, int borderWidth);
  26. 24=3,PaintFlatDown,protected virtual void PaintFlatDown(PaintEventArgs pevent);
  27. 25=3,PaintFlatUp,protected virtual void PaintFlatUp(PaintEventArgs pevent);
  28. 26=3,PaintNormal,protected virtual void PaintNormal(PaintEventArgs pevent);
  29. 27=3,PaintOver,protected virtual void PaintOver(PaintEventArgs pevent);
  30. 28=3,PaintPopupDown,protected virtual void PaintPopupDown(PaintEventArgs pevent);
  31. 29=3,PaintPopupOver,protected virtual void PaintPopupOver(PaintEventArgs pevent);
  32. 30=3,PaintPopupUp,protected virtual void PaintPopupUp(PaintEventArgs pevent);
  33. 31=3,PaintRaised,protected virtual void PaintRaised(PaintEventArgs pevent, int borderWidth);
  34. 32=3,ShouldPersistImage,public bool ShouldPersistImage();
  35. 33=3,WndProc,protected override void WndProc(ref Message m);