Share via


ActivityDesigner.IToolboxUser.GetToolSupported(ToolboxItem) Método

Definição

Determina se o item especificado da caixa de ferramentas é compatível com o designer de atividade atual.

 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

O ToolboxItem para testar quanto ao suporte.

Retornos

Boolean

true se a ferramenta for compatível com a caixa de ferramentas e puder ser habilitada, caso contrário, false.

Implementações

Comentários

Para obter mais informações, consulte GetToolSupported.

Aplica-se a