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 / FileDialog.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  986 b   |  18 lines

  1. [FileDialog]
  2. 0=2,AddExtension,public bool AddExtension {get; set;}
  3. 1=2,CheckFileExists,public bool CheckFileExists {virtual get; virtual set;}
  4. 2=2,CheckPathExists,public bool CheckPathExists {get; set;}
  5. 3=2,DefaultExt,public string DefaultExt {get; set;}
  6. 4=2,DereferenceLinks,public bool DereferenceLinks {get; set;}
  7. 5=2,FileName,public string FileName {get; set;}
  8. 6=2,FileNames,public string[] FileNames {get;}
  9. 7=2,Filter,public string Filter {get; set;}
  10. 8=2,FilterIndex,public int FilterIndex {get; set;}
  11. 9=2,InitialDirectory,public string InitialDirectory {get; set;}
  12. 10=2,RestoreDirectory,public bool RestoreDirectory {get; set;}
  13. 11=2,ShowHelp,public bool ShowHelp {get; set;}
  14. 12=2,Title,public string Title {get; set;}
  15. 13=2,ValidateNames,public bool ValidateNames {get; set;}
  16. 14=3,HookProc,protected override int HookProc(int hWnd, int msg, int wParam, int lParam);
  17. 15=3,OnFileOk,protected void OnFileOk(CancelEventArgs e);
  18. 16=3,Reset,public override void Reset();