ComponentDocumentDesigner::IToolboxUser::GetToolSupported Method (ToolboxItem^)

 

For a description of this member, see IToolboxUser::GetToolSupported.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

private:
virtual bool GetToolSupported(
	ToolboxItem^ tool
) sealed = IToolboxUser::GetToolSupported

Parameters

tool
Type: System.Drawing.Design::ToolboxItem^

The ToolboxItem to be tested for toolbox support.

Return Value

Type: System::Boolean

true if the tool is supported by the toolbox and can be enabled; false if the document designer does not know how to use the tool.

This member is an explicit interface member implementation. It can be used only when the ComponentDocumentDesigner instance is cast to an IToolboxUser interface.

.NET Framework
Available since 1.1
Return to top
Show: