Search
Box.ActivateControl Method
See Also
 



( a feature of FlowChartX Pro edition)

Activates the ActiveX control hosted in this box.

 Syntax

VB6  Copy Code

Public Sub ActivateControl ()

C++  Copy Code

public:
void ActivateControl ()

 Remarks

Makes 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