CommandRouting::SetInterceptsCommandRouting Method (DependencyObject^, Boolean)

 

Sets the value of the InterceptsCommandRouting on a DependencyObject.

Namespace:   Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

public:
static void SetInterceptsCommandRouting(
	DependencyObject^ element,
	bool value
)

Parameters

element
Type: System.Windows::DependencyObject^

The element on which the property is to be set.

value
Type: System::Boolean

The value of the property to be set.

Return to top
Show: