Gets or sets the default tab visible when the help viewer is opened.

[VBScript]
Public Property DefaultTab As Integer
[JScript]
public function get DefaultTab() : int;

Property Value

An integer representing the default tab.

The following table shows the possible values for DefaultTab:

Value Tab
0 Table of Contents
1 Index
2 Search
3 Favorites

See Also

Window Object | Window Members | HelpProducer Namespace