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