RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

BaseWindow..::..CloseOnEscape Property

Gets or sets a value indicating whether to close window when the escape key is pressed.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public bool CloseOnEscape { get; set; }
Public Property CloseOnEscape As Boolean
	Get
	Set
public:
property bool^ CloseOnEscape {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if to close window when the escape key is pressed; otherwise, false.