DocumentDesigner.GetToolSupported(ToolboxItem) 方法

定义

重要

此 API 不符合 CLS。

指示设计器是否支持指定的工具。

protected:
 virtual bool GetToolSupported(System::Drawing::Design::ToolboxItem ^ tool);
protected virtual bool GetToolSupported (System.Drawing.Design.ToolboxItem tool);
[System.CLSCompliant(false)]
protected virtual bool GetToolSupported (System.Drawing.Design.ToolboxItem tool);
abstract member GetToolSupported : System.Drawing.Design.ToolboxItem -> bool
override this.GetToolSupported : System.Drawing.Design.ToolboxItem -> bool
[<System.CLSCompliant(false)>]
abstract member GetToolSupported : System.Drawing.Design.ToolboxItem -> bool
override this.GetToolSupported : System.Drawing.Design.ToolboxItem -> bool
Protected Overridable Function GetToolSupported (tool As ToolboxItem) As Boolean

参数

tool
ToolboxItem

要对其进行工具箱支持测试的 ToolboxItem

返回

如果应在工具箱上启用该工具,则为 true;如果文档设计器不知道如何使用该工具,则为 false

属性

注解

如果支持某个工具,当设计器获得焦点时,将在工具箱中启用该工具。 否则,它处于禁用状态。 工具标记为“已启用”或“已禁用”后,无法再次查询它。

适用于

另请参阅