CLASS jsSysComboBox of jsComboBoxEx
A dropdown item list dBL control class which can be used in a Form, SubForm,
Container, or NoteBook which is capable of displaying system icons for file
system components (drives, directories, files, etc). jsSysComboBox is a subclass
of the jsComboBoxEx class.
Syntax
[<oRef> =] new jsSysComboBox(<oParent> [,<cName>])
<oRef>
Object reference (typically a property member of <oParent>) which
points to the newly created jsSysComboBox object.
<oParent>
Object reference to the parent container object. This can be a Form,
SubForm, Container, or NoteBook object.
<cName>
Optional name for the jsSysComboBox object. If cName is not specified, a
default name will be assigned.
Class Members
The jsSysComboBox class is subclassed from the jsComboBoxEx class,
which is subclassed from the standard PaintBox
class. Consult the
jsComboBoxEx documentation
for a description of the custom class members implemented by the jsComboBoxEx class.
Consult the existing documentation for the PaintBox class for a
description of the standard PaintBox 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
jsSysComboBox class.