ActivityDesigner.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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.