Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescription
<1>XIntegerThe item's x position
<2>YIntegerThe item's y position
<3>WidthIntegerThe item's width
<4>HeightIntegerThe item's height

The position of the item is relative to the upper left corner of the SRP Tree Control's client area.

Example

Code Block
// Get Item1Item's rectangle 
ItemRect = Send_Message(@Window:".OLE_TREE", "OLE.GetItemRect", "Item1")

See Also

GetItemRectEx