[This is preliminary documentation and is subject to change.]
Sets the focus in the user interface to the Pane
showing a particular object.
| C# |
public abstract bool SetFocusTo( Persistent toFocus )
- toFocus (Persistent)
- The object to set focus to.
True if the object was showing in a form and the focus was
successfully set to it, otherwise false.