CLASS jsNoteBook of PaintBox

A subclass of the stock NoteBook dBL control class which can be used in a Form, SubForm, Container, or NoteBook. The jsNoteBook class enhances the stock dBL NoteBook with:

- Capability to display images on the tabs.
- Tabs can be positioned on the left/top/right/bottom of the NoteBook.
- The padding around each tab's image and text label can be changed.
- Size of tabs can be retrieved.
- The number of rows of tabs can be retrieved.

Syntax
[<oRef> =] new jsNoteBook(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which points to the newly created jsNoteBook object.
<oParent>
Object reference to the parent container object. This can be a Form, SubForm, Container, or NoteBook object.
<cName>
Optional name for the jsNoteBook object. If cName is not specified, a default name will be assigned.

Class Members
The jsNoteBook class is subclassed from the stock dBL NoteBook class. Consult the existing documentation for the NoteBook class for a description of the standard NoteBook class members (properties, events, and methods).

Click the links in the left frame to view the Property Members, Event Members, and Method Members which are unique to the jsNoteBook class.