Search
FlowChart.GetBoxWithInteractorAt Method
See Also
 



 Syntax

VB6  Copy Code

Public Function GetBoxWithInteractorAt( _
    ByVal docX As Long, _
    ByVal docY As Long _
) As Box

C++  Copy Code

public:
Box* GetBoxWithInteractorAt (
    int docX,
    int docY
)

 Parameters

docX

docY

 Return Value

 See Also