Property

Method

Event

 

 

ShowTab

Shows or hides the Edit, HTML, and Preview tabs.

Syntax

    HRESULT ShowTab(
    BOOL bShow
    );

Parameters

bShow

[in] Whether or not to show the tabs.

0

Hide

1

Show

Return Values

0 (always)

Sample Codes

JScript

   var objNamo = document.Namo;
objNamo.ShowTab(false); //Do not show the tab.

 

VBScript

   document.Namo.ShowTab FALSE