LGUI2:Locate

From Lavish Software Wiki
Jump to navigation Jump to search

LavishGUI 2 provides a fairly simple method to Locate an Element either globally, or relative to another element. This is used for Hooks and Event Handlers, and in other situations as well.

In all cases, there are 3 properties available to Locate an element:

  • Name: Look for an element matching this name
  • Element Type: Look for an element matching this type (e.g. "window")
  • Locate Flags: One or more flags specifying the relationships to search for a matching element
Locate Flags
none
any
child
sibling
ancestor
cousin
descendant
self
visible The element must be visible
global Locate the last-added element with the specified name


LavishGUI 2 Topics