VisualTreeNavigationUtility.GetActionableControl 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.
public static System.Windows.DependencyObject GetActionableControl (System.Windows.DependencyObject container, bool excludeContainer = true);
static member GetActionableControl : System.Windows.DependencyObject * bool -> System.Windows.DependencyObject
Public Shared Function GetActionableControl (container As DependencyObject, Optional excludeContainer As Boolean = true) As DependencyObject
Parameters
- container
- DependencyObject
- excludeContainer
- Boolean