AVEVA CAF API Documenation
Properties  Methods  Events

IWindowManager Interface Members

The following tables list the members exposed by IWindowManager.

Public Properties
 NameDescription
 Property Gets or sets the current active window, either a docked one or an MDI one.  
 Property Get an appropriate position to place an information window on the left hand side of the main window.  
 Property Get an appropriate position to place an information window on the right hand side of the main window.  
 Property Get or set for Clear Canvas.  
 Property Get or set whether to use the "Close All Tabs Except This" menu.  
 Property gets CommandBarManager associated with this WindowManager.  
 Property Hide/Show the cursor.  
 Property Gets the application font name.  
 Property Get or set a property which controls the enabled state of all docked windows.  
 Property Gets Error Tooltip Window.  
 Property Get or set the tab content of forms.  
 Property Get or set the position of the graphical view tabs.  
 Property Gets or sets the hide message boxes.  
 Property Get whether or not the application is closing.  
 Property Get whether or not the application is opening.  
 Property Gets the main application Form.  
 Property Get or set the opacity of forms.  
 Property Override cursor hide state.  
 Property Gets ProgressBar object.  
 Property Gets Prompts Window.  
 Property Get or set whether Sliding Forms are to be used for the application.  
 Property Get or set the position of the splitter (as a percentage) on the left sliding Form (0 at bottom, 100 at top)  
 Property Get or set the position of the splitter (as a percentage) on the right sliding Form (0 at bottom, 100 at top)  
 Property Gets the SplashScreen object.  
 Property Gets the StatusBar object.  
 Property Get or set the name of the Style Library to use for the application.  
 Property Gets or sets whether MDI windows are displayed as tabbed windows.  
 Property Get the visible graphics area.  
 Property Gets the WindowCollection object.  
Top
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
Public Events
 NameDescription
 Event Event Raised after a window is floated.  
 Event Event raised when the available position for an information window is changed.  
 Event Event raised when the value of the system clipboard changes.  
 Event Event raised when the global opacity setting is changed.  
 Event Event Raised just before the event loop starts  
 Event Event Raised when the appended system menu button is pressed.  
 Event Event raised when the visible part of the graphics is changed.  
 Event Event Raised when a new window is added.  
 Event Event Raised when a window is floated.  
 Event Event Raised when window layout is loaded  
 Event Event raised just before the window layout is loaded  
Top
See Also