| Name | Description |
|---|---|
| pbEnterKeyAsTabKey | Determines whether the Enter key should act like the Tab key |
| pbLegacyDialogRatio | Sets an application's sizing to use the older, DPI unfriendly dialog to GUI conversion logic |
| pbPreserveEnvironment | Determines whether program information is automatically saved and restored |
| pbUseWindowsFont | Determines whether the application uses Windows system fonts |
| peHelpType | Determines which type of help system is used by the program |
| phoCommandLine | Holds the object-handle of the embedded cCommandLine object |
| phoMainPanel | Holds the object-handle of the program's main panel |
| phoVersionInfo | Holds the object-handle of the embedded cVersionInfo object |
| phoWorkspace | Holds the object-handle of the embedded cWorkspace object |
| psAutoOpenWorkspace | Controls which workspace file is opened by cApplication object in program |
| psCompany | The name of the company producing the program |
| psHelpFile | Name of the compiled HTML (CHM) helpfile to display |
| psProduct | The name of the product |
| psProgram | The name of the program |
| psVersion | The version of the program |
Inherited Properties from cObject | |
| Child_Count | Returns the number of child objects the object contains |
| Delegation_Mode | Determines if and how unknown messages are delegated |
| Name | Returns the full name of the object including parentage |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists |
| Object_Label | Returns the short name of an object |
| Parent | Returns the parent of an object |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing |