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

DateEditControl..::..PlayValidationSoundOnLostFocus Property

Gets or sets a value indicating whether [play validation sound on lost focus]. This is a bind-able property.

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

Syntax


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

Field Value

true if [play validation sound on lost focus]; otherwise, false.