Gets or sets the help viewer properties.

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

Property Value

A binary representation of the help viewer properties.

The following table shows the bit values for the window properties:

Bit Button
0 Automatically show/hide the navigation pane.
1 Window is always on top.
5 Show navigation pane, topic pane and button.
6 No text on toolbar buttons.
8 Automatically synchronize topic with navigation pane.
10 Display the search tab.
12 Display the favorites tab.
15 Hide the toolbar.
17 Display the advanced search tab.
18 Save user-defined position.

See Also

Window Object | Window Members | HelpProducer Namespace