Search
Box.Unbind Method
See Also
 



( a feature of FlowChartX Pro edition)

Unbinds the window currently bound to this box.

 Syntax

VB6  Copy Code

Public Sub Unbind ()

C++  Copy Code

public:
void Unbind ()

 Remarks

Unbinds a box from the window previously bound via the BindToControl method.

 See Also