Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / MFC

A Property Sheet in a Docking Toolbar

Rate me:
Please Sign up or sign in to vote.
4.06/5 (7 votes)
26 Nov 2004CPOL3 min read 69.2K   2.1K   34  
Explains how to put a CPropertySheet into a CControlBar.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<HTML>

<HEAD>

<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">

<TITLE>(Window menu commands)</TITLE>

</HEAD>



<BODY>





<P><A NAME="menu_window"></A><B>Window menu commands</B></P>



<P>The Window menu offers the following commands, which enable you to arrange multiple views of multiple documents in the application window:</P>



<TABLE cols=2 width=900>



<TR VALIGN="top">

<TD width=21%><A HREF="hid_window_new.htm">New Window</A></TD>

<TD width=79%>Creates a new window that views the same document.</TD>

</TR>



<TR VALIGN="top">

<TD width=21%><A HREF="hid_window_cascade.htm">Cascade</A></TD>

<TD width=79%>Arranges windows in an overlapped fashion.</TD>

</TR>



<TR VALIGN="top">

<TD width=21%><A HREF="hid_window_tile.htm">Tile</A></TD>

<TD width=79%>Arranges windows in non-overlapped tiles.</TD>

</TR>



<TR VALIGN="top">

<TD width=21%><A HREF="hid_window_arrange.htm">Arrange Icons</A></TD>

<TD width=79%>Arranges icons of closed windows.</TD>

</TR>


<TR VALIGN="top">

<TD width=21%><A HREF="hid_window_all.htm">Window 1, 2, ...</A></TD>

<TD width=79%>Goes to specified window.</TD>

</TR>

</TABLE><BR>



</BODY>

</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer The University of St. Andrews
United Kingdom United Kingdom
I am a university academic specialising in Neuroscience. I write simulation and analysis software.

Comments and Discussions