AVEVA CAF API Documenation


WindowManager Class Methods

For a list of all members of this type, see WindowManager members.

Public Methods
 NameDescription
Public Method Add an image for a form with the given key.  
Public Method Add a title for a form with the given key.  
Public Method Add a tooltip for a form with the given key.  
Public Method Inform CAF that the application is about to finish.  
Public MethodOverloaded.  Creates and adds to the WindowsCollection a new DockedWindow.  
Public Method Creates and adds to the WindowsCollection a new MdiWindow.  
Public MethodOverloaded.  Creates and adds to the WindowsCollection a new PanelWindow.  
Public MethodOverloaded.  Creates and adds to the WindowsCollection a new TabbedWindow.  
Public Method Fires the Clipboard Changed event.  
Public Method Fires the PreEventLoop event.  
Public Method Retrieve an image for the form with the given key - returns null if no image present.  
Public Method Retrieve a title for the form with the given key - returns and empty string if no title present.  
Public Method Retrieve a tooltip for the form with the given key - returns an empty string if no tooltip present.  
Public Method Returns the default width of a tabbed window.  
Public Method Hide control.  
Public Method Loads the docked window layout.  
Public Method Register control for styling.  
Public Method Remove a tab from a sliding window.  
Public Method Restore the placement information for the given form. If the saved placement information would result in a window that is completely off the screen, the system will automatically adjust the coordinates so that the window is visible, taking into account changes in screen resolution and multiple monitor configuration.  
Public Method Saves the docked window layout.  
Public Method Save the current placement information for the given form.  
Public Method Show control.  
Public Method Shows/Hides the pin button from the caption of a pane  
Top
See Also