This topic has not yet been rated - Rate this topic

AdornerProvider.IsToolSupported Method

Gets a value indicating if the adorner provider supports the provided Tool.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
public virtual bool IsToolSupported(
	Tool tool
)

Parameters

tool
Type: Microsoft.Windows.Design.Interaction.Tool
The Tool to be checked.

Return Value

Type: System.Boolean
true if the adorner provider supports tool; otherwise, false.

By default, the IsToolSupported method returns true for SelectionTool.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.