DocumentDesigner::IToolboxUser::GetToolSupported Method (ToolboxItem^)
.NET Framework (current version)
For a description of this member, see IToolboxUser::GetToolSupported.
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::Booleantrue 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 DocumentDesigner instance is cast to an IRootDesigner interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: