TextBoxValidationSetWarning Method

Set a warning message on the control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public void SetWarning(
	string message,
	bool notify = false
)

Parameters

message  String
Message to display.
notify  Boolean  (Optional)
Indicates whether the bound view model should be notified of the error.

See Also