Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool CausesValidation { get; set; }
Visual Basic
Public Property CausesValidation As Boolean
	Get
	Set
Visual C++
public:
virtual property bool CausesValidation {
	bool get () sealed;
	void set (bool value) sealed;
}
F#
abstract CausesValidation : bool with get, set
override CausesValidation : bool with get, set

Property Value

Type: Boolean

Implements

IButtonControl..::..CausesValidation

See Also