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 / RichTextBox.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  4.5 KB  |  66 lines

  1. [RichTextBox]
  2. 0=2,AllowDrop,public bool AllowDrop {override get; override set;}
  3. 1=2,AutoSize,public bool AutoSize {override get; override set;}
  4. 2=2,AutoWordSelection,public bool AutoWordSelection {get; set;}
  5. 3=2,BulletIndent,public int BulletIndent {get; set;}
  6. 4=2,CanRedo,public bool CanRedo {get;}
  7. 5=2,CreateParams,protected CreateParams CreateParams {override get;}
  8. 6=2,Delimiter,public string Delimiter {get; set;}
  9. 7=2,DetectURLs,public bool DetectURLs {get; set;}
  10. 8=2,FollowPunctuation,public string FollowPunctuation {get; set;}
  11. 9=2,Format,public Format Format {override get; override set;}
  12. 10=2,IMEColor,public RichTextBoxIMEColor IMEColor {get; set;}
  13. 11=2,IMEOptions,public RichTextBoxIMEOptions IMEOptions {get; set;}
  14. 12=2,LeadPunctuation,public string LeadPunctuation {get; set;}
  15. 13=2,Multiline,public bool Multiline {override get; override set;}
  16. 14=2,OutlineMode,public bool OutlineMode {get; set;}
  17. 15=2,RedoActionName,public string RedoActionName {get;}
  18. 16=2,RightMargin,public int RightMargin {get; set;}
  19. 17=2,RTF,public string RTF {get; set;}
  20. 18=2,ScrollBars,public RichTextBoxScrollBars ScrollBars {get; set;}
  21. 19=2,SelectedRTF,public string SelectedRTF {get; set;}
  22. 20=2,SelectedText,public string SelectedText {override get; override set;}
  23. 21=2,SelectionAlignment,public HorizontalAlignment SelectionAlignment {get; set;}
  24. 22=2,SelectionBullet,public bool SelectionBullet {get; set;}
  25. 23=2,SelectionCharOffset,public int SelectionCharOffset {get; set;}
  26. 24=2,SelectionColor,public Color SelectionColor {get; set;}
  27. 25=2,SelectionFont,public Font SelectionFont {get; set;}
  28. 26=2,SelectionHangingIndent,public int SelectionHangingIndent {get; set;}
  29. 27=2,SelectionIndent,public int SelectionIndent {get; set;}
  30. 28=2,SelectionLength,public int SelectionLength {override get; override set;}
  31. 29=2,SelectionMargin,public bool SelectionMargin {get; set;}
  32. 30=2,SelectionProtected,public bool SelectionProtected {get; set;}
  33. 31=2,SelectionRightIndent,public int SelectionRightIndent {get; set;}
  34. 32=2,SelectionTabs,public int[] SelectionTabs {get; set;}
  35. 33=2,SelectionType,public RichTextBoxSelectionTypes SelectionType {get;}
  36. 34=2,Text,public string Text {override get; override set;}
  37. 35=2,UndoActionName,public string UndoActionName {get;}
  38. 36=2,Value,public object Value {override get; override set;}
  39. 37=2,WordBreak,public bool WordBreak {get; set;}
  40. 38=2,WordPunctuation,public RichTextBoxWordPunctuations WordPunctuation {get; set;}
  41. 39=2,ZoomFactor,public float ZoomFactor {get; set;}
  42. 40=3,CanPaste,public bool CanPaste(DataFormats.Format clipFormat);
  43. 41=3,Dispose,public override void Dispose();
  44. 42=3,Find,public int Find(char[] characterSet);\n(string str);\n(string str, RichTextBoxFinds options);\n(char[] characterSet, int start);\n(string str, int start, RichTextBoxFinds options);\n(char[] characterSet, int start, int end);\n(string str, int start, int end, RichTextBoxFinds options);
  45. 43=3,GetCharFromPosition,public char GetCharFromPosition(Point pt);
  46. 44=3,GetCharIndexFromPosition,public int GetCharIndexFromPosition(Point pt);
  47. 45=3,GetLineFromCharIndex,public int GetLineFromCharIndex(int index);
  48. 46=3,GetPositionFromCharIndex,public Point GetPositionFromCharIndex(int index);
  49. 47=3,LoadFile,public void LoadFile(string path);\n(Stream data, RichTextBoxStreamType fileType);\n(string path, RichTextBoxStreamType fileType);
  50. 48=3,OnHandleCreated,protected override void OnHandleCreated(EventArgs e);
  51. 49=3,OnHandleDestroyed,protected override void OnHandleDestroyed(EventArgs e);
  52. 50=3,OnHScroll,protected virtual void OnHScroll(EventArgs e);
  53. 51=3,OnIMEChange,protected virtual void OnIMEChange(EventArgs e);
  54. 52=3,OnLinkClick,protected virtual void OnLinkClick(LinkClickEventArgs e);
  55. 53=3,OnPropertyChanged,protected override void OnPropertyChanged(PropertyChangedEventArgs e);
  56. 54=3,OnProtected,protected virtual void OnProtected(EventArgs e);
  57. 55=3,OnRequestResize,protected virtual void OnRequestResize(RequestResizeEventArgs e);
  58. 56=3,OnSelectionChange,protected virtual void OnSelectionChange(EventArgs e);
  59. 57=3,OnTextChanged,protected override void OnTextChanged(EventArgs e);
  60. 58=3,OnVScroll,protected virtual void OnVScroll(EventArgs e);
  61. 59=3,Paste,public void Paste(DataFormats.Format clipFormat);
  62. 60=3,Redo,public void Redo();
  63. 61=3,ResetZoom,public void ResetZoom();
  64. 62=3,SaveFile,public void SaveFile(string path);\n(Stream data, RichTextBoxStreamType fileType);\n(string path, RichTextBoxStreamType fileType);
  65. 63=3,ScrollToCaret,public void ScrollToCaret();
  66. 64=3,WndProc,protected override void WndProc(ref Message m);