home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 5 / hacker05 / 05_HACK_05.ISO / programacao / antechinus / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / ScrollBar.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  382 b   |  8 lines

  1. [ScrollBar]
  2. 0=2,LargeChange,public int LargeChange {get; set;}
  3. 1=2,Maximum,public int Maximum {get; set;}
  4. 2=2,Minimum,public int Minimum {get; set;}
  5. 3=2,SmallChange,public int SmallChange {get; set;}
  6. 4=2,Value,public int Value {get; set;}
  7. 5=3,OnScroll,protected virtual void OnScroll(ScrollEventArgs se);
  8. 6=3,OnValueChanged,protected virtual void OnValueChanged(EventArgs e);