Versions Compared

Key

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

...

If the window specified in windowname is not active, then focusobject will be the object that will get focus as soon as the window is activated.

 
Code Block
existingprop = Set_Property(objectname, "FOCUS", value)
existingprop = Set_Property("SYSTEM", "FOCUS", appwindow)

...

ValueDescription
focusobjectControl, in the current window, that has focus.
existingpropObject with focus, when Set_Property was run.

See Also

PREVFOCUS property