WorkSpace Tab Control

This shows the WorkSpace main tab control. The bind attribute is Id="tabdiv".

<WSTab Id="tabdiv" ProgId="wsTabCtrl">

    <WSTabPageHosting Id="CalcTab" ProgId="wsTabCalc"/>

    <WSTabPageHosting Id="STDCtrlTab" ProgId="wsTabStdCtrl"/>

    <WSTabPageIEBrowser Id="WebBrowseTab" ProgId="wsTabBrowser">

      <WebFrame Name="WebBrowseFrame" ProgId="wsTabBrowserFrame">

        <EditBox Name="GoogleSearch" ProgId="txtSearch"/>

      </WebFrame>

    </WSTabPageIEBrowser>

</WSTab>

 

Property

Description

int Count

Gets the number of tabs.

string Selected

Gets the ID of the currently selected tab, or changes the currently selected tab.

String[] Ids

Gets a collection of Ids of all pages.