IDLgrViewgroup
The IDLgrViewgroup object is a simple container object, very similar to the IDLgrScene object. It contains one or more IDLgrView objects and an IDLgrScene can contain one or more of these objects. This object is special in that it can also contain objects which do not have a Draw method (e.g. IDLgrPattern and IDLgrFont). An IDLgrViewgroup object cannot be returned by a call to the IDLgrWindow::Select method or the IDLgrBuffer::Select method.
Superclasses
Creation
See IDLgrViewgroup::Init.
Properties
Objects of this class have the following properties. See IDLgrViewgroup Properties for details on individual properties.
In addition, objects of this class inherit the properties of all superclasses of this class.
Methods
This class has the following methods:
- IDLgrViewgroup::Add
- IDLgrViewgroup::Cleanup
- IDLgrViewgroup::GetByName
- IDLgrViewgroup::GetProperty
- IDLgrViewgroup::Init
- IDLgrViewgroup::SetProperty
In addition, this class inherits the methods of its superclasses (if any).
Version History
5.1 |
Introduced |