This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
IEditorSite Members
Properties
Component |
Gets the primary component that depends on this value being edited. This is useful when an editor wishes to get at the design-time site information. (For example, the ReferenceEditor uses this information to get at other components in the logical container.) |
Methods
FindPropertyValue |
Gets the value for the specified property. This method searches up the property outline chain looking for a property of the specified type. |
GetComponents |
Gets all components that depend on this value being edited. |
GetValueOwner |
Gets the object that directly depends on this value being edited. If it is a component, it will be the same object that GetComponents returns. This differs from GetComponents in that this editing may occur on a property of a non-component object that in turn is the current value of a component's property. |
GetValueOwners |
Gets the objects that directly depend on this value being edited. |
GetValueType |
Gets the type of the values being edited. |
See Also
IEditorSite Interface | System.ComponentModel.Design Namespace