McApplication Properties |
|
The McApplication type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveDocument |
Exposes the currently active document.
| |
| ActiveWindow |
Exposes the currently active window.
| |
| ActiveWindowEx |
Exposes the currently active window.
| |
| CaptureState |
The last known capture state.
| |
| ColorScheme |
Accesses the current application color scheme.
| |
| Commands |
Exposes the collection of registered commands.
| |
| Company |
Returns the name of the company.
| |
| Controllers |
Exposes the Model-View-controller controller collection.
| |
| Documents |
Exposes the Model-View-controller document collection.
| |
| Engine |
Returns the engine defined in the current thread.
| |
| ExeName |
Returns the name of the application executable file.
| |
| ExePath |
Returns the path to the application folder.
| |
| FullScreen |
Toggles the full screen mode.
| |
| hWnd |
Returns the handle of the application main window.
| |
| Identities |
Exposes the identity collection.
| |
| IsMetric |
True if the computer environment is using the metric system.
| |
| MainForm |
This is the application main form.
| |
| MDISupport |
Toggles between MDI and docked modes.
| |
| Name |
Returns the application name.
| |
| Output |
Exposes the Output window object.
| |
| Panels |
Exposes the tool panel collection.
| |
| Path |
Return the public data path
| |
| PathmcPathType |
Return various application paths
| |
| SelectedData |
Exposes the currently selected data.
| |
| SettingsAssembly, String |
Provides access to the application settings for the specified assembly.
| |
| SettingsString, String |
Provides access to the application settings.
| |
| State |
Defines the current state of the application.
| |
| StatusBar |
Exposes the application status bar object.
| |
| Title |
Returns the caption displayed in the application title bar.
| |
| Version |
Returns the version number of the application.
| |
| Visible |
Controls the application main window visibility.
| |
| Windows |
Returns the collection of document windows.
| |
| WindowsEx |
Returns the collection of document windows.
|