CLASS jsSysNoteBook of jsNoteBook
The jsSysNoteBook class can be used in a Form,
SubForm, Container, or NoteBook. The jsSysNoteBook class is a subclass of the
jsNoteBook class. jsSysNoteBook adds support for using the system shell's
imageList to display tab images that represent the tab items.
Syntax
[<oRef> =] new jsSysNoteBook(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which
points to the newly created jsSysNoteBook object.
<oParent>
Object reference to the parent container object. This can be a Form,
SubForm, Container, or NoteBook object.
<cName>
Optional name for the jsSysNoteBook object. If cName is not specified, a
default name will be assigned.
Class Members
The jsSysNoteBook class is subclassed from the jsNoteBook
class. Consult the
jsNoteBook documentation
for a description of the jsNoteBook 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
jsSysNoteBook class.