Share via


DismissiblePopup.SetFocusOnCloseElement Property

Definition

If the SetFocusOnClose property is set True and this property is set to a valid UIElement, focus returns to this UIElement after the DismissiblePopup is closed.

public:
 property System::Windows::UIElement ^ SetFocusOnCloseElement { System::Windows::UIElement ^ get(); void set(System::Windows::UIElement ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("If the SetFocusOnClose property is set True and this property is set to a valid UIElement, focus returns to this UIElement after the DismissiblePopup is closed.")]
public System.Windows.UIElement SetFocusOnCloseElement { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("If the SetFocusOnClose property is set True and this property is set to a valid UIElement, focus returns to this UIElement after the DismissiblePopup is closed.")>]
member this.SetFocusOnCloseElement : System.Windows.UIElement with get, set
Public Property SetFocusOnCloseElement As UIElement

Property Value

Attributes

Applies to