Converts a pixel coordinate to a tag-column pair in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle and whether the point is within the custom symbol of the cell. The method returns the tag TREE_COLUMN_HEADERS when you wire a point that is within the tree's column headers.

Note The Point to Row Column method does not return an error for points that lie within a control but outside of the actual cell area for that control, such as the scroll bar. Use the InBounds parameter to verify that a point lies within the cell area of a control.

Parameters

Name Data type Required Description
Point cnclst.png Yes

Specifies the pixel coordinate to translate into a tag-column pair.

In Bounds? ibool.png Yes

Returns TRUE if the point is inside the bounds of the content rectangle.

Tag istr.png Yes

Returns the tag of the cell in which the point lies.

Column ii32.png Yes

Returns the column of the cell in which the point lies.

In Symbol? ibool.png Yes

Returns TRUE if the point is within the bounds of the custom symbol of the cell.

Remarks

The following table lists the characteristics of this method.

Short Name Point To Row Column
Data type No return value
Available in Run-Time Engine Yes
Available in Real-Time Operating System Yes
Settable when the VI is running Yes
Loads the front panel into memory No
Need to authenticate before use No
Loads the block diagram into memory No
Remote access allowed Yes