Share via


ActivityDesigner.IToolboxUser.GetToolSupported(ToolboxItem) Método

Definición

Determina si el elemento especificado del Cuadro de herramientas es compatible con el diseñador de actividad actual.

 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

Parámetros

toolboxItem
ToolboxItem

ToolboxItem para comprobar la compatibilidad.

Devoluciones

Boolean

true si la herramienta está soportada por el cuadro de herramientas y se puede habilitar; de lo contrario, false.

Implementaciones

Comentarios

Para obtener más información, vea GetToolSupported.

Se aplica a