Partager via


ActivityDesigner.IToolboxUser.GetToolSupported(ToolboxItem) Méthode

Définition

Détermine une valeur indiquant si l'élément de boîte à outils spécifié est pris en charge par le concepteur d'activités actuel.

 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

Paramètres

toolboxItem
ToolboxItem

ToolboxItem pour lequel vérifier la prise en charge.

Retours

Boolean

true si l'outil est pris en charge par la boîte à outils et peut être activé ; sinon, false.

Implémente

Remarques

Pour plus d'informations, consultez GetToolSupported.

S’applique à