IControl

The IControl class is the abstract base class for classes representing window system controls, such as list boxes, entry fields, and push buttons.

This class exists for compatibility with prior versions of Open Class Library. Use IWindow for the functionality formerly found in this class.


IControl - Member Functions and Data by Group

Constructors & Destructor

Because this class is an abstract base class, you cannot directly construct objects of this class. The only way to construct objects of this class is from a derived class. To enforce this, the only constructor we provide for this class is protected. You can destruct objects of this class.


[view class]
~IControl
public:
virtual ~IControl()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IControl
protected:
IControl()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IControl - Inherited Member Functions and Data

Inherited Public Functions

INotifier
IWindow

Inherited Public Data

IWindow
INotifier

Inherited Protected Functions

IWindow
INotifier

Inherited Protected Data