Share via


DismissiblePopup.CloseOnEscape Property

Definition

Gets or sets a value indicating whether the popup closes when ESC is pressed.

public:
 property bool CloseOnEscape { bool get(); void set(bool value); };
public:
 property bool CloseOnEscape { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets a value indicating whether the popup closes when ESC is pressed.")]
public bool CloseOnEscape { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets a value indicating whether the popup closes when ESC is pressed.")>]
member this.CloseOnEscape : bool with get, set
Public Property CloseOnEscape As Boolean

Property Value

Attributes

Applies to