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.
[Visual Basic] Function GetValueOwner() As Object [C#] object GetValueOwner(); [C++] Object* GetValueOwner() = 0; [JScript] function GetValueOwner() : Object;
The owner of the value being edited.
IEditorSite Interface | IEditorSite Members | System.ComponentModel.Design Namespace