ComponentTray.CanDisplayComponent(IComponent) Метод

Определение

Получает значение, указывающее, можно ли отобразить указанный компонент.

protected:
 virtual bool CanDisplayComponent(System::ComponentModel::IComponent ^ component);
protected virtual bool CanDisplayComponent (System.ComponentModel.IComponent component);
abstract member CanDisplayComponent : System.ComponentModel.IComponent -> bool
override this.CanDisplayComponent : System.ComponentModel.IComponent -> bool
Protected Overridable Function CanDisplayComponent (component As IComponent) As Boolean

Параметры

component
IComponent

Объект IComponent для проверки.

Возвращаемое значение

Boolean

Значение true, если компонент можно отобразить; в противном случае — false.

Комментарии

Этот метод проверяет указанный компонент на наличие элемента DesignTimeVisibleAttribute, который указывает, есть ли у компонента пользовательский интерфейс, который можно отобразить.

Применяется к