CQG API 4.0 - Revised
CEL Property
See Also  Send Feedback
CQGEnvironment 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 CQGEnvironment belongs.

Remarks

This property will be convenient for those who are used to use the VBA specific Parent option.

Example

For the CQGEnvironment properties usage see the example section of LineTimeChanged event.

See Also