Method CaptureDialogFocusState
CaptureDialogFocusState()
Captures the current focus state before a child dialog is shown so it can be restored to the parent dialog when the child closes. The returned object is opaque to the navigator and is passed back to RestoreDialogFocusState(object, object?). The default implementation returns null.
Declaration
protected override object? CaptureDialogFocusState()
Returns
| Type | Description |
|---|---|
| object |