.net - C# WinForms Design Mode -


hi i'm trying figure out how design mode functionality works. make decomposition of current task , first of have add right click special handling on controls located on irootdesigner control.

i tryed read msdn articles (http://msdn.microsoft.com/en-us/library/ms171818.aspx) there tons of classes , interfaces :

  • icomponentchangeservice
  • iselectionservice
  • adorner
  • glyph
  • behaviorservice
  • site
  • idesigner

and on , on...

the purposes of each in separate (from msdn description) can understand main idea , how works can't.

is there articles code examples or may video lessons main idea how works.


Comments