Click here to Skip to main content
15,896,606 members
Articles / Mobile Apps

Window Tabs (WndTabs) Add-In for DevStudio

Rate me:
Please Sign up or sign in to vote.
5.00/5 (37 votes)
11 Jul 2002 366.1K   7.3K   94  
Window and File Management add-in for Visual C++
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
<Title>Tabs|Advanced #2 (Options Dialog Box)</Title>
<link rel="stylesheet" href="WTHelp.css">
</HEAD>
<BODY>
<OBJECT width="0" height="0" type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
	<param name="Keyword" value="Options Dialog, Advanced tab control options">
	<param name="Keyword" value="Tabs">
	<param name="Keyword" value="Tabs, advanced">
	<param name="Keyword" value="Advanced Tab Control">
	<param name="Keyword" value="Close (&quot;X&quot;) Button">
	<param name="Keyword" value="Tab colors">
</OBJECT>
<h1><a href="WndTabsExt.html"><img border="0" src="WndTabsExt.gif" width="79" height="23"></a><br>
Tabs|Advanced #2 (Options Dialog Box)</h1>

<h2>Overview</h2>
<p>This dialog allows you to set options for the advanced tab control.&nbsp; The
advanced tab control is available only to registered users of WndTabsExt.</p>

<h2>Options</h2>

<h4>Other Styles/Options</h4>
<blockquote>

<p><b>Add close button to each tab</b></p>

  <blockquote>

<p>With this option enabled, an "X" icon appears on the right side of the tab.&nbsp;
Clicking on this icon closes the tab and its associated windows.<br>
</p>

<p><img border="0" src="WTX_TwoTabs.gif" align="absmiddle" width="240" height="26"><font size="6">&nbsp;
<img border="0" src="arrow_right.gif" align="middle">&nbsp; </font><img border="0" src="WTX_TwoTabs_CloseBtn.gif" align="absmiddle"></p>

<p>
<br>
<img border="0" src="bulb.gif" width="17" height="16">  <b>Tip</b>: If you
right-click&nbsp;on the &quot;X&quot; a special context menu will appear.&nbsp;</p>

  </blockquote>

<p><b>Tabs without a group look like grouped tabs</b></p>

  <blockquote>

<p>This options forces all tabs to use the mini-toolbar.&nbsp; Without this
option, tabs that have no group appear as normal tabs. </p>

<p><img border="0" src="WTX_TwoTabs.gif" align="absmiddle" width="240" height="26"><font size="6">&nbsp;
<img border="0" src="arrow_right.gif" align="middle">&nbsp; </font><img border="0" src="WTX_TwoTabs_ForceMiniTB.gif" align="absmiddle"></p>

  </blockquote>

</blockquote>

<h4>Tab Colors</h4>
<blockquote>
  <p>With these selectors you can choose colors for selected and regular tabs.</p>
</blockquote>

<p>



<OBJECT id=hhctrl type="application/x-oleobject"
        classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
        codebase="hhctrl.ocx#Version=4,74,8702,0"
        width=56
        height=13
>
    <PARAM name="Command" value="Related Topics, MENU">
    <PARAM name="Text" value="Text:See Also">
    <PARAM name="Flags" value="1">
    <PARAM name="Font" value="Verdana, 8,,#339933, BOLD">
    <PARAM name="Item1" value="Advanced Tab Options #1;OptionsTabsAdvanced.html">
    <PARAM name="Item2" value="Tab Content Options;OptionsTabsContent.html">
    <PARAM name="Item3" value="Tab Layout Options;OptionsTabs.html">
    <PARAM name="Item4" value="Tab Ordering Options;OptionsTabsOrdering.html">
    <PARAM name="Item5" value="Tab Trimming Options;OptionsTabsTrimming.html">
</OBJECT>

</p>

</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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Experion
Canada Canada
You may know Oz from his WndTabs days. Oz has long since left client side development to work on web technologies and to consult in the R&D management field.

Comments and Discussions