Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/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 |