WindowManager Class Properties
For a list of all members of this type, see WindowManager members.
Public Properties
Name | Description | |
---|---|---|
ActiveWindow | Gets or sets the current active window, either a docked one or an MDI one. | |
AvailableLeftHandPosition | Get an appropriate position to place an information window on the left hand side of the main window. | |
AvailableRightHandPosition | Get an appropriate position to place an information window on the right hand side of the main window. | |
ClearCanvas | Clear the Canvas. | |
CloseAllTabsExceptThisMenu | Get or sets whether to use the "Close All Tabs Except This" menu. | |
CommandBarManager | gets CommandBarManager associated with this WindowManager. | |
CursorState | Hide/Show the cursor. | |
DefaultFontName | Gets the application font name. | |
Enabled | Get or set a property which controls the enabled state of all docked windows. | |
ErrorTooltip | Gets Error Tooltip Window. | |
FormTabContent | Get or set the form tab content. | |
GraphicalViewTabsTop | Get or set the position of the graphical view tabs. | |
hideMessageBoxes | Gets or sets the hide message boxes. | |
Instance | Returns implementation of this class. | |
IsApplicationClosing | Get whether or not the application is closing. | |
IsApplicationOpening | Get whether or not the application is opening. | |
MainForm | Gets the main application Form. | |
Opacity | Get or set the opacity of forms. | |
OverrideCursorState | Override cursor hide state. | |
ProgressBar | Gets ProgressBar object. | |
PromptsWindow | Gets Prompts Window. | |
SlidingForms | Get or sets whether Sliding Forms are to be used for the application. | |
SlidingFormsLeftSplitterPosition | Get or set the position of the splitter (as a percentage) on the left sliding Form (0 at bottom, 100 at top) | |
SlidingFormsRightSplitterPosition | Get or set the position of the splitter (as a percentage) on the right sliding Form (0 at bottom, 100 at top) | |
SplashScreen | Gets the SplashScreen object. | |
StatusBar | Gets the StatusBar object. | |
StyleLibrary | Get or set the name of the Style Library to use for the application. | |
TabbedMdi | Gets or sets whether MDI windows are displayed as tabbed windows. | |
VisibleGraphicsRectangle | Get the visible graphics area. | |
Windows | Gets the WindowCollection object. |
See Also