Window.Buttons Property |
Gets or sets a value indicating which toolbar buttons are available in the help viewer.
[VBScript] Public Property Buttons As Integer
[JScript] public function get Buttons() : int;
A binary representation of the buttons available in the help viewer.
The following table shows the bit values for the toolbar buttons:
Bit | Button |
---|---|
1 | Hide/Show |
2 | Back |
3 | Forward |
4 | Stop |
5 | Refresh |
6 | Home |
11 | Locate |
12 | Options |
13 | |
18 | Jump1 |
19 | Jump2 |
20 | Zoom |
21 | Next |
22 | Previous |