ComponentDocumentDesigner.GetToolSupported(ToolboxItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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
。
- 屬性
備註
如果支援工具,當設計工具重新取得焦點時,就會在工具箱中啟用此工具。 否則,將會停用。 一旦工具標示為已啟用或停用,就無法重新查詢。