Selector.GetIsSelectionActive(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.
public:
static bool GetIsSelectionActive(DependencyObject ^ element);
static bool GetIsSelectionActive(DependencyObject const& element);
public static bool GetIsSelectionActive(DependencyObject element);
function getIsSelectionActive(element)
Public Shared Function GetIsSelectionActive (element As DependencyObject) As Boolean
Parameters
- element
- DependencyObject
The Selector to evaluate.
Returns
Boolean
bool
true to indicate that the Selector has the focus; otherwise, false.