The GwxDependencyObject type exposes the following members.

Properties

  NameDescription
Public propertyConfiguration
Gets the GwxConfiguration object that owns this object.
Public propertyCustomData
A custom data string.
Public propertyDescription
Description for this object.
Public propertyKeyword
A keyword used to mark this object as shared.
Public propertyLocked
True to prevent this object from being selected (except via the Document Explorer tool).
Public propertyName
For internal use only. Not for customer use.

Unique name identifier for this object.

Public propertyParentDependencyObject
Parent object of this object (if there is one) as a GwxDependencyObject.
Public propertyParentDependencyObjectContainer
Parent object of this object (if there is one) as an IGwxDependencyObjectContainer.
Public propertyShowDescriptionInToolTip
Determines whether or not this object's Description is included in the tooltip for this object.
Public propertyTitle
Title for this object.
Public propertyVisible
Visibility state of this object.

See Also