[This is preliminary documentation and is subject to change.]
This class implements the Back and Forward functions for a
particular IPWindow.
| C# |
public class BackStack
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Back()()()() | Pops an entry from the back stack and shows the content in its
original Pane. | |
| CanGoBack | Gets a value indicating whether the Back function is possible.
| |
| CanGoForward | Gets a value indicating whether the Forward function is possible.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Forward()()()() | Pops an entry from the forward stack and shows the content in its
original Pane. | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
The Back and Forward standard operations are implemented using this
class. Although this class uses IPWindow, it cannot be used in the server -
only in stand-alone applications and in the Viewer. Back and Forward are user
interface operations, so they do not operate in the controller module.
| Object | |
| BackStack | |