ComponentDocumentDesigner.IToolboxUser.GetToolSupported(ToolboxItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see GetToolSupported(ToolboxItem).
virtual bool System.Drawing.Design.IToolboxUser.GetToolSupported(System::Drawing::Design::ToolboxItem ^ tool) = System::Drawing::Design::IToolboxUser::GetToolSupported;
bool IToolboxUser.GetToolSupported (System.Drawing.Design.ToolboxItem tool);
abstract member System.Drawing.Design.IToolboxUser.GetToolSupported : System.Drawing.Design.ToolboxItem -> bool
override this.System.Drawing.Design.IToolboxUser.GetToolSupported : System.Drawing.Design.ToolboxItem -> bool
Function GetToolSupported (tool As ToolboxItem) As Boolean Implements IToolboxUser.GetToolSupported
Parameters
- tool
- ToolboxItem
The ToolboxItem to be tested for toolbox support.
Returns
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.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the ComponentDocumentDesigner instance is cast to an IToolboxUser interface.