IWindowManager Interface Methods
For a list of all members of this type, see IWindowManager members.
Public Methods
Name | Description | |
---|---|---|
AddFormImage | Add an image for a form with the given key. | |
AddFormTitle | Add a title for a form with the given key. | |
AddFormToolTip | Add a tooltip for a form with the given key. | |
BeforeFinished | Inform CAF that the application is about to finish. | |
CreateDockedWindow | Overloaded. Creates and adds to the WindowsCollection a new DockedWindow. | |
CreateMdiWindow | Creates and adds to the WindowsCollection a new MdiWindow. | |
CreatePanelWindow | Overloaded. Creates and adds to the WindowsCollection a new PanelWindow. | |
CreateTabbedWindow | Overloaded. Creates and adds to the WindowsCollection a new TabbedWindow. | |
FireClipboardChanged | Fires the Clipboard Changed event. | |
FirePreEventLoop | Fires the PreEventLoop event. | |
GetFormImage | Retrieve an image for the form with the given key - returns null if no image present. | |
GetFormTitle | Retrieve a title for the form with the given key - returns and empty string if no title present. | |
GetFormToolTip | Retrieve a tooltip for the form with the given key - returns an empty string if no tooltip present. | |
GetTabbedFormDefaultWidth | Returns the default width of a tabbed window. | |
Hide | Hide control. | |
LoadWindowLayout | Loads the docked window layout. | |
RegisterControlForStyling | Register control for styling. | |
RemoveTabFromSlidingWindow | Remove a tab from a sliding window. | |
RestoreWindowPlacement | 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. | |
SaveWindowLayout | Saves the docked window layout. | |
SaveWindowPlacement | Save the current placement information for the given form. | |
Show | Shows the given control. | |
ShowPinButton | Shows/Hides the pin button from the caption of a pane |
See Also