C-DEngine 5.105

nmiCtrlPassword..::..EnforceAndConfirm Property

If true, the password control will enforce the password rules and show a confirmation dialog. A Min TileHeight of 2 is required for the confirmation to work

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> EnforceAndConfirm { get; set; }
Public Property EnforceAndConfirm As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> EnforceAndConfirm {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}