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.)
[Visual Basic] ReadOnly Property Component As IComponent [C#] IComponent Component {get;} [C++] IComponent* get_Component() = 0; [JScript] abstract function get Component() : IComponent;
The primary component.
IEditorSite Interface | IEditorSite Members | System.ComponentModel.Design Namespace