Share via


IXRSelector::GetIsSelectionActive (Compact 2013)

3/28/2014

This method retrieves a value that indicates whether the selector has the keyboard focus.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsSelectionActive (
  __out bool *pIsSelectionActive
) = 0;

Parameters

  • pIsSelectionActive
    [out] Pointer to a Boolean value that indicates whether the keyboard focus is within the selector object. If the selector has keyboard focus, the value is true; otherwise it is false.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Controls.Primitives.Selector.GetIsSelectionActive

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRSelector