Window Members
In This Article
#Constructors
Name | Description |
---|---|
Window |
Creates an instance of the Window class. |
#Fields
Name | Description |
---|---|
Notify |
Inherited from Frame. |
Use |
Inherited from Frame. |
#Properties
Name | Description |
---|---|
Application |
Provides access to an Xaf |
Context | Returns a Frame’s context. Inherited from Frame. |
Controllers | Provides access to the Controller collection. Inherited from Frame. |
Is |
Indicates whether a Window is main. |
Is |
Indicates whether Controllers are currently being activated. Inherited from Frame. |
Tag | Provides access to the object that contains data about the Frame. Inherited from Frame. |
Template | Returns a Window’s Template. |
View | Provides access to a Frame‘s View. Inherited from Frame. |
#Methods
Name | Description |
---|---|
Activate |
Activates Controllers for the current Window. |
Close() | Closes a Window. |
Close |
Closes the Window and optionally refreshes its parent Window. |
Create |
For internal use only. Inherited from Frame. |
Dispose() | Releases all resources used by this Frame object. Inherited from Frame. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns a specified Controller from the current Frame‘s Frame. |
Get |
For internal use. Inherited from Frame. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers a specified Controller within a Frame‘s Frame. |
Save |
Writes information on a Frame‘s View and Template to the Application Model. Inherited from Frame. |
Set |
Activates or deactivates the current Frame‘s Controllers for a specified reason. Inherited from Frame. |
Set |
Sets a specified Template for the current Frame. Inherited from Frame. |
Set |
Sets a specified View for the current Frame. Inherited from Frame. |
Set |
Sets a specified View for the current Frame. Inherited from Frame. |
Set |
Sets a specified View for the current Frame. Inherited from Frame. |
Set |
Sets a specified View for the current Frame. Inherited from Frame. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Disposed | Occures after the current Frame has been disposed of. Inherited from Frame. |
Disposing | Occurs when the current Frame is disposed of. Inherited from Frame. |
Process |
Occurs when the Action Containers displayed in the current Frame are changed. Inherited from Frame. |
Template |
Occurs after setting a Template for a Frame. Inherited from Frame. |
Template |
Occurs before a Template is set for a Frame. Inherited from Frame. |
Template |
Occurs before synchronizing information on a Frame‘s Template. Inherited from Frame. |
Template |
Occurs after a template is changed and a View is set for it. Inherited from Frame. |
View |
Occurs after setting a View for a Frame. Inherited from Frame. |
View |
Occurs before setting a View for a Frame. Inherited from Frame. |
View |
Occurs after Controllers have been activated for the current Frame. Inherited from Frame. |
View |
Occurs before synchronizing information on a Frame‘s View. Inherited from Frame. |
See Also