CQG API 4.0 - Revised
CEL Property
See Also  Send Feedback
CQGAccount Interface : CEL Property

Glossary Item Box

Description

Returns the corresponding CQGCEL object.

Property type

Read-only property

Syntax

Visual Basic
Public Property CEL As CQGCEL

Return Type

CQGCEL object, to which this CQGAccount belongs

Remarks

This property will be convenient for those who are familiar with the VBA specific Parent option.

Example

See the usage of CQGAccount properties in the AccountChanged event's example section.

See Also