System Members
Include Protected Members
Include Inherited Members
Contains information about the computer system.
The System type exposes the following members.
Methods
Name | Description | |
---|---|---|
Connect | Establishes a connection to a network drive. | |
MSInfo | Starts the Microsoft System Information application if it's not running, or switches to it if it's already running. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
ComputerType | You have requested Help for a keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition. | |
Country | Reserved for internal use. | |
CountryRegion | Returns the country/region designation of the system. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Cursor | Returns or sets the state (shape) of the pointer. Can be one of the following WdCursorType constants: wdCursorIBeam, wdCursorNormal, wdCursorNorthwestArrow, or wdCursorWait. | |
FreeDiskSpace | Returns the available disk space for the current drive, in bytes. | |
HorizontalResolution | Returns the horizontal display resolution, in pixels. | |
LanguageDesignation | Returns the designated language of the system software. | |
MacintoshName | You have requested Help for a keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition. | |
MathCoprocessorInstalled | True if a math coprocessor is installed on the system. | |
OperatingSystem | Returns the name of the current operating system (for example, "Windows" or "Windows NT"). | |
Parent | Returns an object that represents the parent object of the specified object. | |
PrivateProfileString | Returns or sets a string in a settings file or the Windows registry. | |
ProcessorType | Returns the type of processor that the system is using (for example, i486). | |
ProfileString | Returns or sets a value for an entry in the Windows registry under the following subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\version\Word. | |
QuickDrawInstalled | You have requested Help for a keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition. | |
Version | Returns the version number of the operating system. | |
VerticalResolution | Returns the vertical screen resolution in pixels. |
Top