You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_BasicToggleButton object:

Class

Cvo_BasicToggleButton

Base

Cvo_BasicButton

Overview

The Cvo_BasicToggleButton provides the basic features required for a toggle button. It should not be created directly. Rather, objects should be derived from it, such as Cvo_ToggleButton is.

This object will send an event when the toggle button changes state from on to off or vice versa. When it enters the on state, the CvoButtonDownEvent will be sent. When it enters the off state, the CvoButtonUpEvent will be sent. See the parent object for information on those events.

Member Functions

This object defines the following member functions in addition to those defined by its parent and ancestor objects.


See the example source code for an example of how to use this object.


See the legend for information about the conventions used in this documentation.