The GwxConfiguration type exposes the following members.

Properties

  NameDescription
Public propertyBorderAdorner
The document border adorner
Public propertyCurrentParent
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.

Public propertyCurrentParentElement
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.

Public propertyDocument
Gets the currently loaded GwxDocument object.
Public propertyDocumentModified
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.

Public propertyGrid
Grid properties for the application.
Public propertyHeadSelectedObject
The most recently selected GwxElement object.
Public propertyRoot
Gets the root object of the display. All objects in a display are descendants of this single root object.
Public propertyRuntime
True if the application is in runtime mode, false otherwise.
Public propertySelectedObjects
Gets the list of currently selected GwxElement objects.
Public propertySource
Gets/sets the filename/URL of the currently loaded display.

See Also