Search
Box.DeactivateControl Method
See Also
 



( a feature of FlowChartX Pro edition)

Deactivates the ActiveX control hosted in this box.

 Syntax

VB6  Copy Code

Public Sub DeactivateControl ()

C++  Copy Code

public:
void DeactivateControl ()

 Remarks

Makes 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