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 / CheckBox.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  490 b   |  9 lines

  1. [CheckBox]
  2. 0=2,Appearance,public Appearance Appearance {get; set;}
  3. 1=2,AutoCheck,public bool AutoCheck {get; set;}
  4. 2=2,CheckAlign,public ContentAlignment CheckAlign {get; set;}
  5. 3=2,Checked,public bool Checked {get; set;}
  6. 4=2,CheckState,public CheckState CheckState {get; set;}
  7. 5=2,ThreeState,public bool ThreeState {get; set;}
  8. 6=3,OnCheckedChanged,protected virtual void OnCheckedChanged(EventArgs e);
  9. 7=3,OnCheckStateChanged,protected virtual void OnCheckStateChanged(EventArgs e);