IXRSelector::SetIsSelectionActive (Compact 7)

3/12/2014

This method sets a value that indicates whether the keyboard focus is within the selector object.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsSelectionActive (
  __in bool IsSelectionActive
) = 0;

Parameters

  • IsSelectionActive
    [in] 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

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRSelector