AVEVA CAF API Documenation

IWindowManager Interface Methods

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

Public Methods
 NameDescription
 Method Add an image for a form with the given key.  
 Method Add a title for a form with the given key.  
 Method Add a tooltip for a form with the given key.  
 Method Inform CAF that the application is about to finish.  
 MethodOverloaded.  Creates and adds to the WindowsCollection a new DockedWindow.  
 Method Creates and adds to the WindowsCollection a new MdiWindow.  
 MethodOverloaded.  Creates and adds to the WindowsCollection a new PanelWindow.  
 MethodOverloaded.  Creates and adds to the WindowsCollection a new TabbedWindow.  
 Method Fires the Clipboard Changed event.  
 Method Fires the PreEventLoop event.  
 Method Retrieve an image for the form with the given key - returns null if no image present.  
 Method Retrieve a title for the form with the given key - returns and empty string if no title present.  
 Method Retrieve a tooltip for the form with the given key - returns an empty string if no tooltip present.  
 Method Returns the default width of a tabbed window.  
 Method Hide control.  
 Method Loads the docked window layout.  
 Method Register control for styling.  
 Method Remove a tab from a sliding window.  
 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.  
 Method Saves the docked window layout.  
 Method Save the current placement information for the given form.  
 Method Shows the given control.  
 Method Shows/Hides the pin button from the caption of a pane  
Top
See Also