ActivityDesigner.IToolboxUser.GetToolSupported(ToolboxItem) Método

Definición

Determina si el diseñador de actividad actual admite el elemento del Cuadro de herramientas especificado.

 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

que ToolboxItem se va a probar para obtener soporte técnico.

Devoluciones

true si la herramienta es compatible con el cuadro de herramientas y se puede habilitar; de lo contrario, false.

Implementaciones

Comentarios

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

Se aplica a