DocumentDesigner.GetToolSupported(ToolboxItem) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Indique si l'outil spécifié est pris en charge par le concepteur.
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
Paramètres
- tool
- ToolboxItem
ToolboxItem dont la prise en charge pour la boîte à outils est à vérifier.
Retours
true
si l'outil doit être activé dans la boîte à outils ; false
si le Concepteur de documents n'est pas capable d'utiliser l'outil.
- Attributs
Remarques
Si un outil est pris en charge, il est activé dans la boîte à outils lorsque le concepteur reçoit le focus. Sinon, elle sera désactivée. Une fois qu’un outil est marqué comme activé ou désactivé, il ne peut plus être interrogé.