IFocusManager.

SetFocusScope(IFocusScope) Method

Summary

Notifies the focus manager of a change in focus scope.
Namespace
Avalonia.Input
Containing Type
IFocusManager

Syntax

void SetFocusScope(IFocusScope scope)

Remarks

This should not be called by client code. It is called by an IFocusScope when it activates, e.g. when a Window is activated.

Parameters

Name Type Description
scope IFocusScope The new focus scope.

Return Value

Type Description
void