AVEVA CAF API Documenation
Properties  Methods  Events


WindowManager Class Members

The following tables list the members exposed by WindowManager.

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