[This is preliminary documentation and is subject to change.]
Sets the focus in the user interface to a row in a grid showing a
particular object.
| C# |
public override bool SetFocusTo( Persistent toFocus, IPersistateList inCollection )
- toFocus (Persistent)
- The object to set focus to.
- inCollection (IPersistateList)
- The collection showing in a grid which contains the object to focus.
True if the object was showing in a grid and the focus was
successfully set to it, otherwise false.