The Manager for the ICollapsiblePanel that handles the Common Logic for either VWG or Win.
 ///<summary>
 /// Creates an <see cref="CollapsiblePanelWin"/>
 ///</summary>
 ///<param name="controlFactory"></param>
 public CollapsiblePanelWin(IControlFactory controlFactory)
 {
     _collapsiblePanelManager = new CollapsiblePanelManager(this, controlFactory);
 }