CommandRouting.GetInterceptsCommandRouting(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the InterceptsCommandRouting on a DependencyObject.
public:
static bool GetInterceptsCommandRouting(System::Windows::DependencyObject ^ element);
public static bool GetInterceptsCommandRouting (System.Windows.DependencyObject element);
static member GetInterceptsCommandRouting : System.Windows.DependencyObject -> bool
Public Shared Function GetInterceptsCommandRouting (element As DependencyObject) As Boolean
Parameters
- element
- DependencyObject
The element to read the property value from.
Returns
The value of the InterceptsCommandRouting.