(
a feature of FlowChartX Pro edition)
Activates the ActiveX control hosted in this box.
SyntaxVB6
Copy Code
|
|---|
Public Sub ActivateControl () |
C++
Copy Code
|
|---|
public: |
RemarksMakes the hosted ActiveX control interactive. After calling this method, the mouse messages sent to the control's window are no longer filtered by FlowChartX. The method is valid if ControlActivation is set to caProgrammatic. Check the latter link for more information.
See Also