Point to Row Column Method
Short Name: Point To Row Column
Installed With: Base Package
Class: TreeControl Methods
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.
Parameters
Name | Required | Description |
---|---|---|
Point | No | Specifies the pixel coordinate to translate into a tag-column pair. |
In Bounds? | No | Returns TRUE if the point is inside the bounds of the content rectangle. |
Tag | No | Returns the tag of the cell in which the point lies. |
Column | No | Returns the column of the cell in which the point lies. |
In Symbol? | No | 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.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read/Write) |
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 disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | Yes |
Available with polymorphic VIs | No |