|
|
|
|
|
<Organization Chart>.SelectPlus (Function) In french: <Organigramme>.SelectPlus Selects an element in an Organization Chart control. If the element to select is not found in the visible area of the Organization Chart control, a scroll is automatically performed.
ElementNum is int
ElementNum = ORG_MyOrganizationChart.InfoXY(MouseXPos(), MouseYPos())
IF ElementNum <> -1 THEN
ORG_MyOrganizationChart.SelectPlus(ElementNum)
END
Syntax
<Organization Chart control>.SelectPlus(<Subscript>)
<Organization Chart control>: Control name Name of Organization Chart control to use. <Subscript>: Integer Index of the element to select. This index is returned by <Organization Chart>.InfoXY for example.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|