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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.