Click or drag to resize

McApplication Properties

The McApplication type exposes the following members.

Properties
  NameDescription
Public propertyActiveDocument
Exposes the currently active document.
Public propertyActiveWindow
Exposes the currently active window.
Public propertyActiveWindowEx
Exposes the currently active window.
Public propertyCaptureState
The last known capture state.
Public propertyColorScheme
Accesses the current application color scheme.
Public propertyCommands
Exposes the collection of registered commands.
Public propertyCompany
Returns the name of the company.
Public propertyControllers
Exposes the Model-View-controller controller collection.
Public propertyDocuments
Exposes the Model-View-controller document collection.
Public propertyEngine
Returns the engine defined in the current thread.
Public propertyExeName
Returns the name of the application executable file.
Public propertyExePath
Returns the path to the application folder.
Public propertyFullScreen
Toggles the full screen mode.
Public propertyhWnd
Returns the handle of the application main window.
Public propertyIdentities
Exposes the identity collection.
Public propertyIsMetric
True if the computer environment is using the metric system.
Public propertyMainForm
This is the application main form.
Public propertyMDISupport
Toggles between MDI and docked modes.
Public propertyName
Returns the application name.
Public propertyOutput
Exposes the Output window object.
Public propertyPanels
Exposes the tool panel collection.
Public propertyPath
Return the public data path
Public propertyPathmcPathType
Return various application paths
Public propertySelectedData
Exposes the currently selected data.
Public propertySettingsAssembly, String
Provides access to the application settings for the specified assembly.
Public propertySettingsString, String
Provides access to the application settings.
Public propertyState
Defines the current state of the application.
Public propertyStatusBar
Exposes the application status bar object.
Public propertyTitle
Returns the caption displayed in the application title bar.
Public propertyVersion
Returns the version number of the application.
Public propertyVisible
Controls the application main window visibility.
Public propertyWindows
Returns the collection of document windows.
Public propertyWindowsEx
Returns the collection of document windows.
Top
See Also