System.Windows.Forms.Design.IUIService.CanShowComponentEditor Method

Indicates whether the component can display a System.Windows.Forms.Design.ComponentEditorForm.

Syntax

public bool CanShowComponentEditor (object component)

Parameters

component
The component to check for support for displaying a System.Windows.Forms.Design.ComponentEditorForm.

Returns

true if the specified component can display a component editor form; otherwise, false.

Remarks

Component editors can display a component editor form that is similar to a property page from the Component Object Model (COM).

This method checks to determine whether the specified component has a System.ComponentModel.ComponentEditor that can display a System.Windows.Forms.Design.ComponentEditorForm.

Requirements

Namespace: System.Windows.Forms.Design
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0