ToolboxService::IToolboxService::IsToolboxItem Method (Object^, IDesignerHost^)
.NET Framework (current version)
Gets a value indicating whether the specified object is a serialized toolbox item byusing the specified designer host.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
private: virtual bool IsToolboxItem( Object^ serializedObject, IDesignerHost^ host ) sealed = IToolboxService::IsToolboxItem
Parameters
- serializedObject
-
Type:
System::Object^
The object to inspect.
- host
-
Type:
System.ComponentModel.Design::IDesignerHost^
The IDesignerHost that is making this request.
Return Value
Type: System::Booleantrue if the object contains a toolbox item object; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: