TypeBrowserDialog.ISite.Component Property

Definition

Gets the component to associate with the type browser dialog box.

property System::ComponentModel::IComponent ^ System::ComponentModel::ISite::Component { System::ComponentModel::IComponent ^ get(); };
System.ComponentModel.IComponent System.ComponentModel.ISite.Component { get; }
member this.System.ComponentModel.ISite.Component : System.ComponentModel.IComponent
 ReadOnly Property Component As IComponent Implements ISite.Component

Property Value

The IComponent to bind to the TypeBrowserDialog.

Implements

Remarks

If the property returns a valid value--anything other than a null reference (Nothing in Visual Basic)--the component is added to TypeBrowserDialog.

This property is required because TypeBrowserDialog implements ISite. For TypeBrowserDialog, TypeBrowserDialog.ISite.Component always returns a null reference (Nothing in Visual Basic).

Applies to