Persistate API documentation
GetPane Method (paneName)
NamespacesPersistate.UI.DesktopPWindowGetPane(String)

[This is preliminary documentation and is subject to change.]

Gets the Pane in this PWindow with a particular name.
Declaration Syntax
C#
public Pane GetPane(
	string paneName
)
Parameters
paneName (String)
The name of the Pane to get.
Return Value
The named Pane, or null if no pane exists with that name.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)