IToolboxService::IsSupported Method (Object^, IDesignerHost^)

 

Gets a value indicating whether the specified object which represents a serialized toolbox item can be used by the specified designer host.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

bool IsSupported(
	Object^ serializedObject,
	IDesignerHost^ host
)

Parameters

serializedObject
Type: System::Object^

The object that contains the ToolboxItem to retrieve.

host
Type: System.ComponentModel.Design::IDesignerHost^

The IDesignerHost to test for support for the ToolboxItem.

Return Value

Type: System::Boolean

true if the specified object is compatible with the specified designer host; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: