The GwxConfiguration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BorderAdorner |
The document border adorner
| |
| CurrentParent |
The current parent IGwxElementContainer object.
The current parent object is the object in which most
edit operation take place. Usually, this is the
Root object, except when editing
inside a GwxGroup or GwxLayer.
| |
| CurrentParentElement |
The current parent GwxElement object.
The current parent object is the object in which most
edit operation take place. Usually, this is the
Root object, except when editing
inside a GwxGroup or GwxLayer.
| |
| Document |
Gets the currently loaded GwxDocument object.
| |
| DocumentModified |
Gets/sets the modified flag for the current display.
The modified flag is used to determine if the user should
be prompted to save the current display before switching to
a different display or closing the application.
| |
| Grid |
Grid properties for the application.
| |
| HeadSelectedObject |
The most recently selected GwxElement object.
| |
| Root |
Gets the root object of the display. All objects in a display are
descendants of this single root object.
| |
| Runtime |
True if the application is in runtime mode, false otherwise.
| |
| SelectedObjects |
Gets the list of currently selected GwxElement objects.
| |
| Source |
Gets/sets the filename/URL of the currently loaded display.
|