Common Application Framework

WindowManager Members

WindowManager overview

Public Static Properties

Instance Get instance of window manager

Public Instance Properties

Enabled Get or set a property which controls the enabled state of all docked windows
MainForm Gets the main application Form
SplashScreen Gets the splashscreen object.
StatusBar Gets the StatusBar object.
TabbedMdi Gets or sets whether MDI windows are displayed as tabbed windows.
Windows Gets the WindowCollection object.

Public Instance Methods

CreateDockedWindow Creates and adds to the WindowsCollection a new DockedWindow.
CreateMdiWindow Creates and adds to the WindowsCollection a new MdiWindow
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
LoadWindowLayout Loads the docked window layout.
SaveWindowLayout Saves the docked window layout.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

WindowAdded Event Raised when a new window is added.
WindowLayoutLoaded Event Raised when window layout is loaded

See Also

WindowManager Class | Aveva.ApplicationFramework.Presentation Namespace