TypeBrowserDialog::ISite::Component Property
.NET Framework (current version)
Gets the component to associate with the type browser dialog box.
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.
Implements
ISite::ComponentIf 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
Available since 3.0
Show: