TabControl property

TabControl property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Determines whether page tabs display in the Web page.

        
          retLong = object.TabControl
object. TabControl = valLong

retLong

Long. Non-zero (True) to display page tabs in the Web page; otherwise, zero (False). The default is True.

object

Required. An expression that returns a VisPageWebSettings object.

valLong

Required Long. Non-zero (True) to display page tabs in the Web page; otherwise, zero (False). The default is True.

Remarks

If the TabControl property is set to True, page tabs appear at the bottom of the window in multipage drawings, enabling easier navigation through the drawing.

This value corresponds to the Page tabs check box in the Choose Functionality control on the General tab in the Save As Web Page dialog box (on the File menu, click Save as Web Page, and then click Publish).