ComponentTray::CanDisplayComponent Method (IComponent^)
.NET Framework (current version)
Gets a value indicating whether the specified component can be displayed.
Assembly: System.Design (in System.Design.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The IComponent to test.
This method tests the specified component for the existence of a DesignTimeVisibleAttribute, which indicates whether the component has a user interface that can be displayed.
.NET Framework
Available since 1.1
Available since 1.1
Show: