The GwxDependencyObject type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddDynamic(Type) |
Adds a new GwxDynamic derived object of the specified Type to this object.
| |
| AddDynamic(GwxDynamic) |
Adds the specified GwxDynamic object to this object, if allowed.
| |
| Equals |
Determines whether the specified Object is equal to the current GwxDependencyObject.
(Overrides Object..::..Equals(Object).) | |
| FromDependencyObject |
Gets a GwxDependencyObject for the specified DependencyObject.
| |
| GetDataSources |
Gets a collection of all of the datasources used in this object (and its descendants).
| |
| GetDynamicGroup |
Gets the GwxDynamicGroup()()()() associated with this GwxDependencyObject, if there is one.
| |
| GetHashCode |
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasParentDependencyObject |
Tests if this instance has a parent GwxDependencyObject.
| |
| IsDynamic |
Tests if this object has one or more dynamic animations associated with it.
| |
| RemoveDynamics |
Removes the specified collection of GwxDynamic objects from this object.
| |
| Replace |
Performs a find/replace operation on this object, and all of its decendants (if it has any descendants).
| |
| ReplaceHost |
Performs a find/replace operation for host names. The find/replace operation is performed
on this object and all of its decendants (if it has any descendants).
This method only searches properties that may be DataSources and/or FileNames.
| |
| ToDependencyObject |
Gets the DependencyObject that this object wraps.
| |
| ToString |
Gets a string representation for this type of GwxDependencyObject.
(Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Tests for equality.
| |
| Inequality |
Tests for inequality.
|
Properties
| Name | Description | |
|---|---|---|
| Configuration |
Gets the GwxConfiguration object that owns this object.
| |
| CustomData |
A custom data string.
| |
| Description |
Description for this object.
| |
| Keyword |
A keyword used to mark this object as shared.
| |
| Locked |
True to prevent this object from being selected (except via the Document Explorer tool).
| |
| Name |
For internal use only. Not for customer use.
Unique name identifier for this object.
| |
| ParentDependencyObject |
Parent object of this object (if there is one) as a GwxDependencyObject.
| |
| ParentDependencyObjectContainer |
Parent object of this object (if there is one) as an IGwxDependencyObjectContainer.
| |
| ShowDescriptionInToolTip |
Determines whether or not this object's Description is included in the tooltip for this object.
| |
| Title |
Title for this object.
| |
| Visible |
Visibility state of this object.
|