[This is preliminary documentation and is subject to change.]
Finds the Pane showing a particular object in a
particular grid, makes it visible if necessary and gives it the user
interface focus.
| C# |
public bool SetFocus( Persistent toFocus, IPersistateList list )
- toFocus (Persistent)
- The object to give the focus.
- list (IPersistateList)
- The list showing in a grid layout that contains the object.
True if the pane was found and selected.