Members of this enumeration specify how ActiveX control hosted in boxes are activated and can be assigned to the ControlActivation property of boxes.
SyntaxVB6
Copy Code
|
|---|
Public Enum EControlActivation |
C++
Copy Code
|
|---|
enum EControlActivation |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
caAlwaysActive |
0 | The hosted control always receives its mouse messages. |
![]() |
caWhenSelected |
1 | FlowChartX lets mouse messages pass to the hosted control when its box is selected. |
![]() |
caProgrammatic |
2 | FlowChartX lets mouse messages pass to the hosted control when the box' ActivateControl method is called. |
See Also