Microsoft SDK for Java

IEditorSite.getValueOwner

Retrieves the object that directly depends on the value being edited.

Syntax

public Object getValueOwner()

Return Value

Returns the object that directly depends on the value.

Remarks

This method differs from getComponent in that the editing may occur on the property value of a non-component object. (If the object returned is a component, it is the same object that getComponent would return.)

See Also   getValueOwners

© 1999 Microsoft Corporation. All rights reserved. Terms of use.