ActivityDesigner.IToolboxUser.GetToolSupported(ToolboxItem) Method

Definition

Determines whether the specified Toolbox item is supported by the current activity designer.

 virtual bool System.Drawing.Design.IToolboxUser.GetToolSupported(System::Drawing::Design::ToolboxItem ^ toolboxItem) = System::Drawing::Design::IToolboxUser::GetToolSupported;
bool IToolboxUser.GetToolSupported (System.Drawing.Design.ToolboxItem toolboxItem);
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 (toolboxItem As ToolboxItem) As Boolean Implements IToolboxUser.GetToolSupported

Parameters

toolboxItem
ToolboxItem

The ToolboxItem to test for support.

Returns

true if the tool is supported by the toolbox and can be enabled; otherwise, false.

Implements

Remarks

For more information, see GetToolSupported.

Applies to