|
ctFold
ctFold is a container object that mimics a tabbed
file folder. Each tab may contain its own set of display objects
which are displayed or hidden as a user selects tabs.
ctFold features include:
CheckChange Event:
An event that
occurs just before a tab change. Developers may place code in this event to
determine if a tab change is valid. The CancelChange method may be invoked
to cancel the Change event.
Multiple TAB display options:
Tabs may
be placed on any side of the folder. Each tab may have its own bitmap and
its own color. Tabs may be set to fixed lengths and tab text may be
rotated. The TabOver event may be used to alter a tab's appearance as a
mouse pointer moves over it.
Simulated
Transparency: Provides a
transparent background without requiring the host language to support
transparency through its OLE container.
This allows transparency to be provided to a larger number of
development environments.
Image
List: An internal image list is integrated in to the
control giving the developers a simple way to store up to 100 separate images (icons or bitmaps).
Flexible
Ways to Change Tabs: The value
of the selected tab can be changed in a variety of ways. A user may click
on a different tab using a mouse or pressing one of
the arrow or cursor keys when the object has focus. The value of
the SelectedTab property may also be changed through code.
Companion
Component:
ctTabs

|