|
From: Weifen L. <wei...@ya...> - 2006-01-13 06:02:39
|
=========================================== DockPanel Suite Version 0.999 Release Notes =========================================== API changes that may break old version program for compile: ----------------------------------------------------------- 1. In addition to derive the form from DockContent class, now you can also implement IDockContent interface(providing new class DockContentHandler for implementation); Previously all places that returns DockContent class now returns IDockContent interface, you may need to modify your source code by adding a type conversion. 2. New DockPanel.DocumentStyle property. Replaces the old DockPanel.MdiIntegration property. New API: -------- 1. New DockPanel.ShowDocumentIcon property allows icon displayed in document tab. 2. New DockContent.TabPageContextMenuStrip property (.Net 2.0 only). Update/New Behaviors: --------------------- 1. HiddenMdiChild class eliminated, providing better MDI integration and focus management. 2. VS2005 support: VS2005 style drag-and-drop, MenuStrip MDI merge, etc. 3. Bug fixes. Known Issues: ------------- 1. RTL(Right To Left) is not supported at this time. 2. Though eliminated a lot, I'm still not very satisfied with the screen flickers. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |