TextBoxValidationSetWarning Method
Set a warning message on the control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public void SetWarning(
string message,
bool notify = false
)
Public Sub SetWarning (
message As String,
Optional notify As Boolean = false
)
Parameters
- message String
- Message to display.
- notify Boolean (Optional)
- Indicates whether the bound view model should be notified of the error.