IEditorSite.getComponent

Overview | Methods | This Package | All Packages

IEditorSite.getComponent

Retrieves the primary component that depends on the value being edited.

Syntax

public IComponent getComponent()

Return Value

Returns the primary component that depends on the value.

Remarks

This method allows the value editor to access the design-time site information. For example, the ReferenceEditor class uses this information to determine the other components in the container.

See Also   getComponents, getValueOwner