Click here to Skip to main content
15,892,809 members
Articles / Programming Languages / C++

MultiPaneCtrl - Create Hierarchically Nested Areas

Rate me:
Please Sign up or sign in to vote.
4.98/5 (153 votes)
26 Mar 2021Public Domain5 min read 243.9K   17.7K   351  
A control that allows you to create multiple tabbed regions that can be dragged to another location with the mouse.
In this article, you will learn about a control that allows you to create hierarchically nested areas, each of which may have tabs. This control is based on the CWnd class and can be placed as a child window anywhere, e.g., in the client area of a frame or in a dialog.

Revisions


  

Compare Revision Minor Date Status Editor
18 - publicly available Yes 26-Oct-21 7:28 Available Deeksha Shenoy
Updates in content.
4 No 17-Mar-21 0:34 Available Deeksha Shenoy
Updates in content. Changes: 195
3 No 16-Mar-21 18:26 Available Aleh Baradzenka
Updates in content. Changes: 102
2 No 16-Mar-21 18:04 Available Aleh Baradzenka
Updates in content. Changes: 2384
1 No 12-Jul-10 14:32 Available Smitha Nishant

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer
Canada Canada

Comments and Discussions