The style of the tabs in a NoteBook object.

Property of

NoteBook

Description

visualStyle is an enumerated property that can be one of the following values:

Value

Description

0

Right Justify

1

Fixed Width

2

Ragged Right

The Fixed Width style makes all tabs the same width. The Right Justify and Ragged Right Styles are the same when the notebook’s multiple property is false; the tabs are sized to the width of their text label.

When multiple is true and there are enough tabs to create multiple rows, Right Justify makes the tab edges line up on both the left and right sides, while Ragged Right lines up the tabs on the left edge only.