TypeBrowserDialog::ISite::Component Property

 

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

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
property IComponent^ Component {
	virtual IComponent^ get() sealed = ISite::Component::get;
}

Property Value

Type: System.ComponentModel::IComponent^

The IComponent to bind to the TypeBrowserDialog.

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, P:System.Workflow.ComponentModel.Design.TypeBrowserDialog.System.ComponentModel.ISite.Component always returns a null reference (Nothing).

.NET Framework
Available since 3.0
Return to top
Show: