Persistate API documentation
SetFocus Method (toFocus, list)
NamespacesPersistateIPWindowSetFocus(Persistent, IPersistateList)

[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.
Declaration Syntax
C#
bool SetFocus(
	Persistent toFocus,
	IPersistateList list
)
Parameters
toFocus (Persistent)
The object to give the focus.
list (IPersistateList)
The list showing in a grid layout that contains the object.
Return Value
True if the pane was found and selected.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)